Odstranit supervisord.conf
All checks were successful
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Successful in 31s
All checks were successful
Build Nginx and PHP image / Build-Minecraft-Stats-Image (push) Successful in 31s
This commit is contained in:
parent
72d53af3d5
commit
c487900c76
@ -1,17 +0,0 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:nginx]
|
||||
command=nginx -g "daemon off;"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
stdout_logfile=/var/log/nginx/access.log
|
||||
stderr_logfile=/var/log/nginx/error.log
|
||||
|
||||
[program:php-fpm]
|
||||
command=bash -c "service php8.1-fpm start"
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startsecs=100
|
||||
|
||||
[supervisorctl]
|
Loading…
Reference in New Issue
Block a user