This commit is contained in:
2025-03-06 17:26:33 +01:00
parent 2203ea228b
commit 138b768ad3

View File

@ -1,12 +1,14 @@
version: '2'
services:
docker_mon:
image: philhawthorne/ha-dockermon:latest
restart: always
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