From a3eaee41dd6b8b8de079fe3e0ac60b56902900d4 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Wed, 17 Dec 2025 10:26:00 +0000 Subject: [PATCH] Korrektur Mapping anstelle von /config --- compose_tugtainer.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml index d527544..3b84de0 100644 --- a/compose_tugtainer.yaml +++ b/compose_tugtainer.yaml @@ -8,7 +8,7 @@ services: ports: - "9412:80" environment: - TZ: "Europe/Zurich" + TZ: Europe/Zurich volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /opt/tugtainer:/config \ No newline at end of file + - /var/run/docker.sock:/var/run/docker.sock:ro + - /opt/tugtainer/data:/data \ No newline at end of file