Skip to content

Commit

Permalink
update watchtower docker compose service setup
Browse files Browse the repository at this point in the history
  • Loading branch information
daronenko committed Dec 17, 2024
1 parent 644b4e8 commit 0b8d92e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ services:
image: containrrr/watchtower:latest
container_name: watchtower
privileged: true
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_ROLLING_RESTART=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 30
Expand Down

0 comments on commit 0b8d92e

Please sign in to comment.