services: glances: image: nicolargo/glances:latest container_name: glances restart: unless-stopped pid: host privileged: true ports: - "61208:61208" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /etc/os-release:/etc/os-release:ro environment: - GLANCES_OPT=-w