Skip to content

Commit

Permalink
debug is now true
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beslogic committed Dec 12, 2024
1 parent 1e9e8d8 commit 2f30e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
Watchtower:
container_name: Watchtower
image: containrrr/watchtower
command: --debug false --interval 60 --include-restarting true --include-stopped true --cleanup true --debug
command: --debug true --interval 60 --include-restarting true --include-stopped true --cleanup true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
Expand Down

0 comments on commit 2f30e6a

Please sign in to comment.