2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/glances/arm/docker-compose.yml
2017-05-21 17:35:36 +08:00

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