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