diff --git a/Dockerfile b/Dockerfile index 332e8c9..2635432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -178,3 +178,6 @@ VOLUME ["/opt/graphite/conf", "/opt/graphite/storage", "/opt/graphite/webapp/gra STOPSIGNAL SIGHUP ENTRYPOINT ["/entrypoint"] + +HEALTHCHECK --interval=60s --start-interval=20s --timeout=3s \ + CMD curl -f http://localhost/ || exit 1