From 0d2a8437caf71c2bc1ec2b5eff147d5112cd6555 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Wed, 25 Mar 2026 19:20:40 +0000 Subject: [PATCH] Korrektur --- compose-monitor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compose-monitor.yml b/compose-monitor.yml index cc0768e..84647b4 100644 --- a/compose-monitor.yml +++ b/compose-monitor.yml @@ -9,10 +9,14 @@ services: ports: - "8095:8090" # Webinterface: http://:8095 environment: - - PORT=8090 - LANG=de + - PUID=1000 + - PGID=1000 volumes: - /home/marc/beszel/data:/app/data + - /proc:/host/proc:ro + - /sys:/host/sys:ro + - /:/host/root:ro # ATLAS UI atlas: image: keinstien/atlas:latest