summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.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-alpine.template
parentf9d8052b48393674b5bd0c1a6c339f9fbf360ae6 (diff)
Revert "Add healthcheck"
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 147d0eea..5c2ca13a 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -129,6 +129,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%%"]