Skip to content

Commit 300d1a2

Browse files
committed
increase readiness retries
1 parent 9a3c62f commit 300d1a2

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/svc-code-server

1 file changed

+1
-1
lines changed

Diff for: root/etc/s6-overlay/s6-rc.d/svc-code-server/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
fi
1515

1616
exec \
17-
s6-notifyoncheck -d -n 7 -w 1000 -c "nc -z 127.0.0.1 8443" \
17+
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
1818
s6-setuidgid abc \
1919
/app/code-server/bin/code-server \
2020
--bind-addr 0.0.0.0:8443 \

0 commit comments

Comments
 (0)