Cleanup and PGID and PUID for root user
This commit is contained in:
parent
696370bf44
commit
2f79d9f122
|
@ -5,4 +5,4 @@ umask "$UMASK_SET"
|
||||||
|
|
||||||
exec \
|
exec \
|
||||||
s6-setuidgid abc python /app/couchpotato/CouchPotato.py \
|
s6-setuidgid abc python /app/couchpotato/CouchPotato.py \
|
||||||
--config_file=/config/config.ini --data_dir=/config/data
|
--config_file=/config/CouchPotato/config.ini --data_dir=/config/CouchPotato/data
|
||||||
|
|
|
@ -96,3 +96,6 @@ services:
|
||||||
- movies:/movies
|
- movies:/movies
|
||||||
env_file:
|
env_file:
|
||||||
- config
|
- config
|
||||||
|
environment:
|
||||||
|
- PGID=0
|
||||||
|
- PUID=0
|
||||||
|
|
Loading…
Reference in New Issue