This commit is contained in:
2024-05-22 12:49:28 -05:00
commit 35b77bb0df
219 changed files with 9997 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
watchtower:
container_name: watchtower
env_file:
- .env
image: docker.io/containrrr/watchtower:latest
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock