leycloud/glances.yml hinzugefügt
This commit is contained in:
parent
cd87db86ac
commit
73d1a513b9
|
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
glances:
|
||||||
|
image: nicolargo/glances:latest
|
||||||
|
container_name: glances
|
||||||
|
restart: unless-stopped
|
||||||
|
pid: host
|
||||||
|
hostname: leycloud # <--- Hier deinen Namen eintragen
|
||||||
|
network_mode: nginx-proxy-manager_default
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
environment:
|
||||||
|
- "GLANCES_OPT=-w"
|
||||||
Loading…
Reference in New Issue