Skip to content

Commit ce9b2e5

Browse files
committed
Reenabled HEALTHCHECK
1 parent 266dab7 commit ce9b2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ckan/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +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
290+
HEALTHCHECK --interval=10s --timeout=5s --retries=5 CMD curl --fail http://0.0.0.0:5000/api/3/action/status_show || exit 1
291291

292292
USER ckan
293293

0 commit comments

Comments
 (0)