Skip to content

Commit

Permalink
Disable Healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Sep 9, 2024
1 parent 6a6a3b1 commit 2072e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ VOLUME [ "/steedos-storage" ]

ENTRYPOINT [ "/opt/steedos/entrypoint.sh" ]

HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/opt/steedos/healthcheck.sh"
# HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/opt/steedos/healthcheck.sh"

CMD ["/usr/bin/supervisord", "-n"]
CMD ["/usr/bin/supervisord", "-n"]

0 comments on commit 2072e77

Please sign in to comment.