Skip to content

Commit 3a34e65

Browse files
tanviet12claude
andcommitted
fix: pin watchtower 1.7.1 + set DOCKER_API_VERSION=1.40 for compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 465f1da commit 3a34e65

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.hub.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ services:
7373
--default-authentication-plugin=mysql_native_password
7474
7575
watchtower:
76-
image: containrrr/watchtower
76+
image: containrrr/watchtower:1.7.1
7777
container_name: cqa-watchtower
7878
restart: unless-stopped
7979
volumes:
@@ -82,6 +82,7 @@ services:
8282
- WATCHTOWER_CLEANUP=true
8383
- WATCHTOWER_POLL_INTERVAL=300
8484
- WATCHTOWER_LABEL_ENABLE=true
85+
- DOCKER_API_VERSION=1.40
8586

8687
volumes:
8788
mysql_data:

0 commit comments

Comments
 (0)