mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix docker permission issues
Signed-off-by: Adrian Gebhart <adrian@pestotoast.de>
This commit is contained in:
parent
3f672595ea
commit
2371dfd296
3 changed files with 19 additions and 23 deletions
|
|
@ -5,26 +5,22 @@ logfile=/var/log/supervisord/supervisord.log
|
|||
pidfile=/var/run/supervisord/supervisord.pid
|
||||
childlogdir=/var/log/supervisord/
|
||||
logfile_maxbytes=50MB
|
||||
logfile_backups=10
|
||||
logfile_backups=10
|
||||
loglevel=error
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
|
||||
[program:apache]
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=apache2-foreground
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
|
||||
[program:caddy]
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=/usr/bin/caddy run -config /Caddyfile
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
|
||||
[program:cron]
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
command=/cron.sh
|
||||
user=www-data
|
||||
environment=HOME="/var/www/docker-aio",USER="www-data"
|
||||
Loading…
Add table
Add a link
Reference in a new issue