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 9a3c62f commit 300d1a2Copy full SHA for 300d1a2
1 file changed
root/etc/s6-overlay/s6-rc.d/svc-code-server/run
@@ -14,7 +14,7 @@ else
14
fi
15
16
exec \
17
- s6-notifyoncheck -d -n 7 -w 1000 -c "nc -z 127.0.0.1 8443" \
+ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
18
s6-setuidgid abc \
19
/app/code-server/bin/code-server \
20
--bind-addr 0.0.0.0:8443 \
0 commit comments