mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-27 07:13:20 +08:00
nextcloud - improve healthcheck
Signed-off-by: Simon L <szaimen@e.mail.de> Revert "nextcloud - improve healthcheck" This reverts commit d9352c36d3c902c8ab2e884513cd1ba331bac78b. Update Dockerfile
This commit is contained in:
parent
f17c2f5c1c
commit
774d10931f
1 changed files with 1 additions and 1 deletions
|
@ -223,5 +223,5 @@ USER root
|
|||
ENTRYPOINT ["/start.sh"]
|
||||
CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||
|
||||
HEALTHCHECK CMD sudo -E -u www-data bash /healthcheck.sh
|
||||
HEALTHCHECK --start-period=60s CMD sudo -E -u www-data bash /healthcheck.sh
|
||||
LABEL com.centurylinklabs.watchtower.enable="false"
|
||||
|
|
Loading…
Reference in a new issue