mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-24 22:53:53 +01:00
Merge pull request #1732 from nextcloud/revert-1684-feature/healthcheck
This commit is contained in:
commit
e76b7cab35
2 changed files with 0 additions and 2 deletions
|
@ -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%%"]
|
||||
|
|
|
@ -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%%"]
|
||||
|
|
Loading…
Reference in a new issue