Skip to content

Commit

Permalink
Disable Healthcheck
Browse files Browse the repository at this point in the history
HEALTHCHECK --interval=15s --timeout=15s --start-period=45s CMD "/opt/steedos/healthcheck.sh"
  • Loading branch information
hotlong committed Sep 9, 2024
1 parent 6eee8a6 commit 6a6a3b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/community/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,4 @@ VOLUME [ "/steedos-storage" ]

ENTRYPOINT [ "/opt/steedos/entrypoint.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 6a6a3b1

Please sign in to comment.