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:
@ -1,12 +1,14 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker_mon:
|
docker_mon:
|
||||||
image: philhawthorne/ha-dockermon:latest
|
image: ${DOCKER_REGISTRY:-}philhawthorne/ha-dockermon:latest
|
||||||
|
# environment:
|
||||||
restart: always
|
# debug: true
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /share/docker_data/dockermon/config:/config
|
- /share/docker_data/dockermon/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 8126:8126
|
- 8126:8126
|
||||||
|
labels:
|
||||||
|
com.centurylinklabs.watchtower.enable: true
|
Reference in New Issue
Block a user