Skip to content
Snippets Groups Projects
Commit 43fb7421 authored by Antoine Barbare's avatar Antoine Barbare
Browse files

Add healthcheck

parent 16b01a5d
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,7 @@ ENTRYPOINT ["/entrypoint.sh"]
#Start Etherpad with supervisor
CMD /bin/bash -c "/opt/etherpad-lite/bin/run.sh"
HEALTHCHECK CMD curl -s 127.0.0.1:${ETHERPAD_PORT:=8080}
EXPOSE 8080
VOLUME /opt/etherpad-lite/var
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment