faster healthcheck on start
All checks were successful
All checks were successful
This commit is contained in:
@@ -23,6 +23,6 @@ ENV \
|
||||
WEBDAV_PORT=8080 \
|
||||
TZ=Etc/UTC
|
||||
|
||||
HEALTHCHECK --timeout=10s CMD curl --silent --fail -o /dev/null http://127.0.0.1:80/
|
||||
HEALTHCHECK --timeout=10s --start-period=5s CMD curl --silent --fail -o /dev/null http://127.0.0.1:80/
|
||||
|
||||
ENTRYPOINT [ "/sbin/tini", "/app/entrypoint.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user