Skip to content

Commit

Permalink
Fix watchtower2 (#1513)
Browse files Browse the repository at this point in the history
Co-authored-by: George Oastler <goastler4@gmail.com>
  • Loading branch information
forgetso and goastler authored Nov 12, 2024
1 parent fb09277 commit 7c82ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
- production
- staging
image: containrrr/watchtower
command: ["watchtower", "--log-format", "JSON", "--remove-volumes", "--cleanup", "--warn-on-head-failure", "never", "--interval", "30"]
command: ["--log-format", "JSON", "--remove-volumes", "--cleanup", "--warn-on-head-failure", "never", "--interval", "30", "--include-restarting"]
labels:
- "vector.watchtower=true" # enable logging as a watchtower
- "vector.docker=true" # log docker events
Expand Down

0 comments on commit 7c82ced

Please sign in to comment.