Skip to content

Instantly share code, notes, and snippets.

View fidanf's full-sized avatar
⚙️
Vagrantusiast

Frank Fidanza fidanf

⚙️
Vagrantusiast
View GitHub Profile
@fidanf
fidanf / docker-compose.glances.yml
Created July 29, 2021 20:55
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