gldc/docker-compose.yml

16 lines
327 B
YAML

version: '3'
services:
glances:
container_name: glances
image: nicolargo/glances:latest-full
hostname: hostname
ports:
- 61208:61208
- 61209:61209
restart: unless-stopped
pid: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- "GLANCES_OPT=-w"