mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:17:06 +02:00
10 lines
177 B
YAML
10 lines
177 B
YAML
|
glances:
|
||
|
image: easypi/glances-arm
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||
|
environment:
|
||
|
- GLANCES_OPT=-w
|
||
|
net: host
|
||
|
pid: host
|
||
|
restart: always
|