Skip to content

Commit

Permalink
Update compose.yaml
Browse files Browse the repository at this point in the history
fixed timeout value issue (needed s)
  • Loading branch information
petersem authored Nov 6, 2024
1 parent b073a04 commit 06d7cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-examples/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
WATCHTOWER_CLEANUP: "true"
WATCHTOWER_INCLUDE_STOPPED: "true"
WATCHTOWER_POLL_INTERVAL: $WT_INTERVAL
WATCHTOWER_TIMEOUT: 15
WATCHTOWER_TIMEOUT: 15s
WATCHTOWER_NOTIFICATIONS_LEVEL: info
WATCHTOWER_HTTP_API_METRICS: "true"
WATCHTOWER_HTTP_API_TOKEN: $WATCHTOWER_API_TOKEN
Expand Down

0 comments on commit 06d7cee

Please sign in to comment.