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 3a90ce0 commit 51d2c1eCopy full SHA for 51d2c1e
docker/supervisor.conf
@@ -42,12 +42,12 @@ stdout_logfile=/dev/stdout
42
stderr_logfile=/dev/stderr
43
autostart=true
44
autorestart=true
45
-startsecs=3
46
-stopwaitsecs=3
+startsecs=5
+stopwaitsecs=5
47
killasgroup=true
48
49
[program:go-proxy-bingai]
50
-command=/app/go-proxy-bingai
+command=/bin/bash -c "sleep 3 && /app/go-proxy-bingai"
51
directory=/app
52
stdout_logfile=/dev/stdout
53
@@ -56,7 +56,6 @@ autorestart=true
56
startsecs=5
57
stopwaitsecs=5
58
59
-priority=999
60
61
[program:cloudflared]
62
command=/app/cloudflared tunnel --no-autoupdate run --token %(ENV_CF_ZERO_TRUST_TOKEN)s
0 commit comments