Files
docker-compose/dockermon/docker-compose.yml
2025-11-30 21:39:05 +01:00

17 lines
376 B
YAML
Executable File

services:
docker_mon:
image: ${DOCKER_REGISTRY:-}philhawthorne/ha-dockermon:latest
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
ports:
- 8126:8126
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- config:/config
volumes:
config:
driver: local