mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-05-29 15:35:59 +00:00
watchtower: add ~/.docker/config.json
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user