Skip to content

Commit

Permalink
Revert "fix(chaotic-v4): Remove watchtower to fix storage leak"
Browse files Browse the repository at this point in the history
This reverts commit 7742317.
  • Loading branch information
JustTNE committed May 18, 2024
1 parent 77990d6 commit 6a377f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose/chaotic-v4/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,11 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
ports: [8080:8080]
# Automated container updates
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
command:
--cleanup chaotic-builder chaotic-manager watchtower --interval 3600
volumes: [/var/run/docker.sock:/var/run/docker.sock]
restart: always

0 comments on commit 6a377f1

Please sign in to comment.