-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUID and PGID set are not being honored #126
Comments
YAML syntax was off. Found the error and its working correctly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Docker configuration honors the PUID and PGID set in docker-compose.
Current Behavior
New files that are downloaded have the owning user and group as
911
. Reading online this is apparently because the PUID and PGID aren't set. However, they are set for the container.Steps to Reproduce
sudo useradd -r -s /bin/false username
sudo usermod -g group username
sudo docker-compose up -d
Environment
OS: Ubuntu 20.04.3 LTS
CPU architecture: x86_64
How docker service was installed:
docker repo
Command used to create docker container (run/create/compose/screenshot)
Docker logs