mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
8 lines
139 B
YAML
8 lines
139 B
YAML
netdata:
|
|
image: vimagick/netdata
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
net: host
|
|
pid: host
|
|
restart: always
|