mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:50 +02:00
11 lines
201 B
YAML
11 lines
201 B
YAML
glances:
|
|
image: vimagick/glances
|
|
volumes:
|
|
- ./data:/etc/glances
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
- GLANCES_OPT=-w
|
|
net: host
|
|
pid: host
|
|
restart: always
|