Skip to content

Commit 5b29596

Browse files
committed
Reenabled HEALTHCHECK
1 parent 145df27 commit 5b29596

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/ckan/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ COPY ./afterinit.d ${APP_DIR}/docker-afterinit.d
287287

288288
EXPOSE 5000
289289

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

293292
USER ckan
294293

0 commit comments

Comments
 (0)