summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-14 15:26:20 +0200
committerGitHub <noreply@github.com>2022-04-14 15:26:20 +0200
commitca1e773918e517a501e64fada473282dd9b826fb (patch)
treedde236bd5139ab70c5e46b53e94552f853c84813 /Dockerfile-debian.template
parentf9d8052b48393674b5bd0c1a6c339f9fbf360ae6 (diff)
Revert "Add healthcheck"
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index 137bf409..2f60e3b9 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -147,6 +147,5 @@ RUN set -ex; \
COPY *.sh upgrade.exclude /
COPY config/* /usr/src/nextcloud/config/
-HEALTHCHECK CMD ["curl", "--fail", "http://localhost/status.php"]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["%%CMD%%"]