# docker-compose.yml # Docker Hub: https://hub.docker.com/r/containrrr/watchtower # Documentation: https://containrrr.dev/watchtower/ # Watchtower is very particular about it's variables, hence the odd format networks: : external: true services: watchtower: container_name: watchtower environment: TZ: : image: containrrr/watchtower: networks: - restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock