This commit is contained in:
2025-03-23 16:24:50 +01:00
parent 54149deda8
commit 49aaf5bb25
31 changed files with 1558 additions and 1721 deletions

View File

@ -1,14 +1,13 @@
version: '2'
services:
services:
docker_mon:
image: ${DOCKER_REGISTRY:-}philhawthorne/ha-dockermon:latest
# environment:
# debug: true
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch.digest: true
ports:
- 8126:8126
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
- /var/run/docker.sock:/var/run/docker.sock
- /share/docker_data/dockermon/config:/config
version: '2'