We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01330c commit 3600b4cCopy full SHA for 3600b4c
docker/supervisord.conf
@@ -7,7 +7,8 @@ pidfile=/var/run/supervisord.pid
7
[program:nginx]
8
command=nginx -g "daemon off;"
9
autostart=true
10
-autorestart=true
+autorestart=false
11
+startretries=0
12
stderr_logfile=/var/log/supervisor/nginx.err.log
13
stdout_logfile=/var/log/supervisor/nginx.out.log
14
priority=100
@@ -17,6 +18,7 @@ command=pnpm start --port=3000
17
18
directory=/app/mcp-server
19
20
autorestart=false
21
22
stderr_logfile=/dev/stderr
23
stderr_logfile_maxbytes=0
24
stdout_logfile=/dev/stdout
0 commit comments