Merge pull request #3207 from nextcloud/enh/3197/improve-nextcloud

nextcloud - improve healthcheck
This commit is contained in:
Simon L 2023-08-19 10:38:41 +02:00 committed by GitHub
commit 65189aa7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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"