From 60d1e7e4c771c77e87b39334343bc428563764ec Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Thu, 11 Dec 2025 08:40:32 +0000 Subject: [PATCH] Drive Mapping alles unter /opt/tugtainer ablegen --- compose_tugtainer.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml index 9320c73..d527544 100644 --- a/compose_tugtainer.yaml +++ b/compose_tugtainer.yaml @@ -11,7 +11,4 @@ services: TZ: "Europe/Zurich" volumes: - /var/run/docker.sock:/var/run/docker.sock - - tugtainer_data:/config - -volumes: - tugtainer_data: \ No newline at end of file + - /opt/tugtainer:/config \ No newline at end of file