Add Files
This commit is contained in:
15
glances/docker-compose.yaml
Normal file
15
glances/docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
glances:
|
||||
image: "nicolargo/glances:4.3.0.8"
|
||||
container_name: "glances"
|
||||
hostname: "Hostname"
|
||||
pid: "host"
|
||||
environment:
|
||||
- "GLANCES_OPT=-w"
|
||||
ports:
|
||||
- "${PORT}:61208"
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
- "/:/mnt/root"
|
||||
restart: "unless-stopped"
|
Reference in New Issue
Block a user