Skip to content

Commit 774d109

Browse files
committed
nextcloud - improve healthcheck
Signed-off-by: Simon L <[email protected]> Revert "nextcloud - improve healthcheck" This reverts commit d9352c3. Update Dockerfile
1 parent f17c2f5 commit 774d109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containers/nextcloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ USER root
223223
ENTRYPOINT ["/start.sh"]
224224
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
225225

226-
HEALTHCHECK CMD sudo -E -u www-data bash /healthcheck.sh
226+
HEALTHCHECK --start-period=60s CMD sudo -E -u www-data bash /healthcheck.sh
227227
LABEL com.centurylinklabs.watchtower.enable="false"

0 commit comments

Comments
 (0)