nas_docker_compose/glances/docker-compose.yaml

16 lines
348 B
YAML
Raw Normal View History

2024-08-26 07:13:14 -04:00
---
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