diff --git a/cloud-pc/watchtower/docker-compose.yml b/cloud-pc/watchtower/docker-compose.yml deleted file mode 100644 index 9d50a66..0000000 --- a/cloud-pc/watchtower/docker-compose.yml +++ /dev/null @@ -1,9 +0,0 @@ -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 \ No newline at end of file