leycloud/glances.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:59:47 +01:00
parent cd87db86ac
commit 73d1a513b9
1 changed files with 12 additions and 0 deletions

12
leycloud/glances.yml Normal file
View File

@ -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"