increase readiness retries

This commit is contained in:
aptalca 2022-09-29 11:47:53 -04:00
parent 9a3c62fd32
commit 300d1a22b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
fi
exec \
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" \
s6-setuidgid abc \
/app/code-server/bin/code-server \
--bind-addr 0.0.0.0:8443 \