We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b333e34 commit 15f1e07Copy full SHA for 15f1e07
Dockerfile
@@ -180,7 +180,7 @@ RUN useradd --no-log-init -U ldh && \
180
181
RUN ./import-letsencrypt-stg-roots.sh
182
183
-HEALTHCHECK --start-period=80s --interval=30s --timeout=10s \
+HEALTHCHECK --start-period=80s --interval=20s --timeout=10s \
184
CMD curl -f -I "http://localhost:${HTTP_PORT}/ns" -H "Accept: application/n-triples" || exit 1 # relies on public access to the namespace document
185
186
USER ldh
0 commit comments