docker-compose.yml hinzugefügt

This commit is contained in:
2025-03-14 21:10:30 +00:00
commit b80d06fc67

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --schedule "0 0 3 * * *" --cleanup --label-enable