Korrektur

This commit is contained in:
Marc Blatter 2025-12-08 19:20:18 +00:00
parent 51ea9eacbc
commit 0cc0d91de3
1 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@ version: "3.9"
services: services:
tugtainer: tugtainer:
image: ghcr.io/dbtechlabs/tugtainer:latest image: ghcr.io/dbtechreviews/tugtainer:latest
container_name: tugtainer container_name: tugtainer
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8282:8282" # Web-UI Port - "8282:8282"
environment: environment:
TZ: "Europe/Zurich" TZ: "Europe/Zurich"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock # Zugriff auf Docker - /var/run/docker.sock:/var/run/docker.sock
- tugtainer_data:/config # Persistente Konfiguration - tugtainer_data:/config
volumes: volumes:
tugtainer_data: tugtainer_data: