Skip to content

Commit 15f1e07

Browse files
committed
Lower healthcheck interval to 20s
1 parent b333e34 commit 15f1e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ RUN useradd --no-log-init -U ldh && \
180180

181181
RUN ./import-letsencrypt-stg-roots.sh
182182

183-
HEALTHCHECK --start-period=80s --interval=30s --timeout=10s \
183+
HEALTHCHECK --start-period=80s --interval=20s --timeout=10s \
184184
CMD curl -f -I "http://localhost:${HTTP_PORT}/ns" -H "Accept: application/n-triples" || exit 1 # relies on public access to the namespace document
185185

186186
USER ldh

0 commit comments

Comments
 (0)