Fix DB && Logs to Stdout in Docker
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 1m54s

This commit is contained in:
2024-10-08 14:11:57 +02:00
parent afc35be35a
commit e376956def
2 changed files with 15 additions and 9 deletions

View File

@ -29,6 +29,11 @@ autostart=true
autorestart=true
priority=10
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
[program:nginx]
command=/usr/sbin/nginx -g 'daemon off;'
autostart=true