diff --git a/Dockerfile b/Dockerfile index 4b584a0..2be81fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]