15 lines
326 B
YAML
15 lines
326 B
YAML
services:
|
|
glances:
|
|
container_name: glances-arr
|
|
image: nicolargo/glances:latest-full
|
|
restart: always
|
|
ports:
|
|
- '61208:61208'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- /etc/os-release:/etc/os-release:ro
|
|
- /:/host:ro
|
|
environment:
|
|
- GLANCES_OPT=-w
|
|
pid: host
|