From 0cc0d91de3470ff2276733c08b9a8bb4e0387b0d Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Mon, 8 Dec 2025 19:20:18 +0000 Subject: [PATCH] Korrektur --- compose_tugtainer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose_tugtainer.yaml b/compose_tugtainer.yaml index f86b65f..1c9aff2 100644 --- a/compose_tugtainer.yaml +++ b/compose_tugtainer.yaml @@ -2,16 +2,16 @@ version: "3.9" services: tugtainer: - image: ghcr.io/dbtechlabs/tugtainer:latest + image: ghcr.io/dbtechreviews/tugtainer:latest container_name: tugtainer restart: unless-stopped ports: - - "8282:8282" # Web-UI Port + - "8282:8282" environment: TZ: "Europe/Zurich" volumes: - - /var/run/docker.sock:/var/run/docker.sock # Zugriff auf Docker - - tugtainer_data:/config # Persistente Konfiguration + - /var/run/docker.sock:/var/run/docker.sock + - tugtainer_data:/config volumes: tugtainer_data: \ No newline at end of file