services: watchtower: image: containrrr/watchtower:latest environment: - DOCKER_API_VERSION=1.54 volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 300 --cleanup --label-enable restart: unless-stopped