version: '3.8' services: watchtower: container_name: ${WATCHTOWER_CONTAINER_NAME} image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:1.4.0} restart: always command: -i 60 --label-enable --cleanup --debug # --debug environment: REPO_USER: ${REGISTRY_USER} REPO_PASS: ${REGISTRY_PASSWORD} volumes: - /var/run/docker.sock:/var/run/docker.sock - ${PWD}/config.json:/config.json - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro