services: watchtower: image: ${WATCHTOWER_IMAGE:-containrrr/watchtower:latest} volumes: - "/var/run/docker.sock:/var/run/docker.sock" - "/etc/localtime:/etc/localtime:ro"