You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy docker compose YAML and paste into config
Create new user account sudo useradd -r -s /bin/false username
Modify user's primary group sudo usermod -g group username
Grab user ID and group ID, put into docker compose.
Activate environment sudo docker-compose up -d
Change SAB settings in UI to point complete and incomplete downloads to configured folders.
Download something
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)
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
The text was updated successfully, but these errors were encountered: