4 hours ago
Resolved!
All I had to do was change the user declaration in my Docker Compose file to be 1026 (user) and 937 (video group). You can check to see what your video group is by running this command as root user:
cat /etc/group | grep video
All I had to do was change the user declaration in my Docker Compose file to be 1026 (user) and 937 (video group). You can check to see what your video group is by running this command as root user:
cat /etc/group | grep video