Skip to content

Commit

Permalink
Reenabled HEALTHCHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 5, 2024
1 parent 145df27 commit 5b29596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ COPY ./afterinit.d ${APP_DIR}/docker-afterinit.d

EXPOSE 5000

#HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1
HEALTHCHECK NONE
HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1

USER ckan

Expand Down

0 comments on commit 5b29596

Please sign in to comment.