Remove watchtower service configuration from docker-compose.yml
Deploy cloud-pc / deploy (push) Failing after 2s

This commit is contained in:
Dmitry
2026-05-27 22:05:23 +03:00
parent e366b3dd3f
commit d4cf64c21f
-9
View File
@@ -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