From 73d1a513b91b87232ccdff1f0b5f56d2682c992a Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 4 Mar 2026 18:59:47 +0100 Subject: [PATCH] =?UTF-8?q?leycloud/glances.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leycloud/glances.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 leycloud/glances.yml diff --git a/leycloud/glances.yml b/leycloud/glances.yml new file mode 100644 index 0000000..55dbe53 --- /dev/null +++ b/leycloud/glances.yml @@ -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" \ No newline at end of file