mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-22 12:05:41 +01:00
increase readiness retries
This commit is contained in:
parent
9a3c62fd32
commit
300d1a22b3
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user