mervincm
Contributor
- Joined
- Mar 21, 2014
- Messages
- 157
I am having difficulty with docker-compose apps having the right permissions. I will keep things extremely simple to start, and look at moving to better practices later after I confirm my issues are not permissions related.
I am thinking using the apps id/group for everything would be the path of least resistance. PUID=568 PGUID=568
I build a dataset "data" for media and usenet/torrents, and perm set like this
I build a dataset "tc-compose" for True Charts Docker Compose apps (managed via portainer)
True Charts Docker Compose app was installed as default, so apps
Every docker container either has PUID/PGID set to 568, or not specified (some don't support it)
Is there anywhere else I should verify is owned by id:apps or is configured to use id:apps?
(EDIT: This is a bad design as the official app (plex at least) does NOT use the apps ID/group, nor use Something in Group-buildin_users)
I am thinking using the apps id/group for everything would be the path of least resistance. PUID=568 PGUID=568
I build a dataset "data" for media and usenet/torrents, and perm set like this
I build a dataset "tc-compose" for True Charts Docker Compose apps (managed via portainer)
True Charts Docker Compose app was installed as default, so apps
Every docker container either has PUID/PGID set to 568, or not specified (some don't support it)
Is there anywhere else I should verify is owned by id:apps or is configured to use id:apps?
(EDIT: This is a bad design as the official app (plex at least) does NOT use the apps ID/group, nor use Something in Group-buildin_users)
Last edited: