Skip to content

Instantly share code, notes, and snippets.

@fidanf
Created July 29, 2021 20:55
Show Gist options
  • Save fidanf/a65059dc1b093adcdfafacb05d4dc97a to your computer and use it in GitHub Desktop.
Save fidanf/a65059dc1b093adcdfafacb05d4dc97a to your computer and use it in GitHub Desktop.
Run Glances in the web browser using Docker Compose
---
version: '3.8'
services:
glances:
image: nicolargo/glances:3.2.0-full
container_name: glances-plexmediaserver
pid: host
network_mode: host # http://<ip>:61208
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
environment:
GLANCES_OPT: -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment