This commit is contained in:
2025-03-06 18:28:04 +01:00
parent a0c3bc7eae
commit 0b9dc32185

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
watchtower: watchtower:
env_file: stack.env env_file: stack.env
image: containrrr/watchtower:latest image: ${DOCKER_REGISTRY:-}containrrr/watchtower:latest
command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock