mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-03 08:43:06 +02:00
12 lines
242 B
YAML
12 lines
242 B
YAML
version: '2'
|
|
|
|
services:
|
|
docker_mon:
|
|
image: philhawthorne/ha-dockermon
|
|
|
|
restart: always
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /share/docker_data/dockermon/config:/config
|
|
ports:
|
|
- 8126:8126 |