# /services/watchtower/compose.yml services: watchtower: image: nickfedor/watchtower:latest container_name: watchtower restart: always command: --cleanup --schedule "0 3 * * *" volumes: - /var/run/docker.sock:/var/run/docker.sock