Good evening everyone,
Simple beginner's question, I want to install MotionEye via docker compose, with a specific user (in my example, UID/GID 1000:1000). Can I add the following lines to the docker-compose script?
environment:
- PUID=1000
- PGID=1000
Or will this not work?
Thanks for your help!