watchtower: add ~/.docker/config.json

This commit is contained in:
2026-04-28 10:57:43 +00:00
parent 34bba90d54
commit 54e3854c0d
+1
View File
@@ -5,6 +5,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- ~/.docker/config.json:/config.json:ro
command: command:
- "--label-enable" - "--label-enable"
- "--cleanup" - "--cleanup"