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:
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 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%%"]