16 lines
348 B
YAML
Executable File
16 lines
348 B
YAML
Executable File
---
|
|
services:
|
|
glances:
|
|
image: nicolargo/glances:latest-full
|
|
container_name: glances
|
|
environment:
|
|
- GLANCES_OPT=-w
|
|
pid: host
|
|
ports:
|
|
- 4011:61208
|
|
- 4012:61209
|
|
volumes:
|
|
- ./config/glances.conf:/glances/conf/glances.conf
|
|
- /:/host:ro
|
|
- /etc/os-release:/etc/os-release:ro
|
|
restart: always |