mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -2,7 +2,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
watchtower:
|
watchtower:
|
||||||
env_file: stack.env
|
env_file: stack.env
|
||||||
image: containrrr/watchtower:latest
|
image: ${DOCKER_REGISTRY:-}containrrr/watchtower:latest
|
||||||
command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
|
command: --cleanup --label-enable --http-api-periodic-polls --http-api-metrics
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
Reference in New Issue
Block a user