Skip to content

Commit

Permalink
[FIX] healthcheck timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin-Kaiser committed Aug 18, 2024
1 parent 23f42f7 commit cd32ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN chmod +x /entrypoint.sh /backup.sh /forget.sh /restore.sh

VOLUME ["/source", "/backup"]

HEALTHCHECK --interval=60s --timeout=10s --start-period=5s CMD restic check --no-lock | grep -q "no errors were found"
HEALTHCHECK --interval=1m --timeout=1m --start-period=5s CMD restic check --no-lock | grep -q "no errors were found"

#checkov:skip=CKV_DOCKER_3:too many permissions issues

Expand Down

0 comments on commit cd32ff8

Please sign in to comment.