Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-14 16:43:53 +0300
committerGitHub <noreply@github.com>2022-04-14 16:43:53 +0300
commite76b7cab35c187701d9ed51e6dc23d5dd44cf96d (patch)
treedde236bd5139ab70c5e46b53e94552f853c84813
parentf9d8052b48393674b5bd0c1a6c339f9fbf360ae6 (diff)
parentca1e773918e517a501e64fada473282dd9b826fb (diff)
Merge pull request #1732 from nextcloud/revert-1684-feature/healthcheck
-rw-r--r--Dockerfile-alpine.template1
-rw-r--r--Dockerfile-debian.template1
2 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 147d0ee..5c2ca13 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%%"]
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index 137bf40..2f60e3b 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%%"]