feat: add environment variable puid and pgid #2011
This commit is contained in:
13
docker/etc/supervisor/conf.d/homarr.ini
Normal file
13
docker/etc/supervisor/conf.d/homarr.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[program:homarr]
|
||||
command=/app/scripts/run.sh
|
||||
environment=HOME="/app",USER="homarr",LOGNAME="homarr"
|
||||
user=homarr
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
autorestart=true
|
||||
startretries=0
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
stopsignal=KILL
|
||||
Reference in New Issue
Block a user