Skip to content
Snippets Groups Projects
Verified Commit 1d98cb34 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Lower HEALTCHECK interval to avoid Traefik ignoring

parent 4316bbee
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ RUN apt-get update && \ ...@@ -67,7 +67,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
EXPOSE 8080 EXPOSE 8080
HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1 HEALTHCHECK --interval=20s --timeout=3s CMD curl --fail http://localhost:8080 || exit 1
WORKDIR /opt/etherpad-lite/ WORKDIR /opt/etherpad-lite/
USER etherpad USER etherpad
......
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