Skip to content

Commit

Permalink
re-enable watchtower
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Dec 3, 2021
1 parent c4b685d commit ba25c17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ services:
networks:
- ghost

watchtower:
container_name: watchtower
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
command: --interval 3600

volumes:
web-root:
caddy_data:
Expand Down

0 comments on commit ba25c17

Please sign in to comment.