Increase start period
This commit is contained in:
parent
7bb7765c84
commit
6e5f9d9e47
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ LABEL org.opencontainers.image.authors="andras@schmelczer.dev"
|
|||
COPY --from=builder /build/local-client-cli/dist/cli.js /app/cli.js
|
||||
COPY --from=builder /build/local-client-cli/dist/healthcheck.js /app/healthcheck.js
|
||||
|
||||
HEALTHCHECK --interval=10s --timeout=5s --start-period=10s --retries=1 \
|
||||
HEALTHCHECK --interval=10s --timeout=5s --start-period=60s --retries=1 \
|
||||
CMD node /app/healthcheck.js /tmp/vaultlink-health.json
|
||||
|
||||
WORKDIR /vault
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue