commit b80d06fc67b4936b778879b689543be496b26f04 Author: andreas Date: Fri Mar 14 21:10:30 2025 +0000 docker-compose.yml hinzugefügt diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..1534505 --- /dev/null +++ b/docker-compose.yml @@ -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