Skip to content

Commit

Permalink
fix(chaotic-v4): Remove watchtower to fix storage leak
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTNE committed Apr 28, 2024
1 parent eff8178 commit 7742317
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker-compose/chaotic-v4/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,3 @@ 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 7742317

Please sign in to comment.