diff --git a/docker-compose.yml b/docker-compose.yml index 8d190e6b..587353af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,13 +32,13 @@ services: labels: com.centurylinklabs.watchtower.scope: "dockerhub" watchtower-dockerhub: - image: containrrr/watchtower + image: nickfedor/watchtower restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock command: --cleanup --interval 300 --stop-timeout 30s --scope dockerhub watchtower-ghcr: - image: containrrr/watchtower + image: nickfedor/watchtower restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock