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