version: "3" services: watchtower: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock command: --schedule "0 0 4 * * *" --include-restarting --cleanup --include-stopped restart: always