mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
14 lines
376 B
YAML
14 lines
376 B
YAML
version: '2'
|
|
services:
|
|
docker_mon:
|
|
image: ${DOCKER_REGISTRY:-}philhawthorne/ha-dockermon:latest
|
|
# environment:
|
|
# debug: true
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /share/docker_data/dockermon/config:/config
|
|
ports:
|
|
- 8126:8126
|
|
labels:
|
|
com.centurylinklabs.watchtower.enable: true |