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