Korrektur
This commit is contained in:
parent
51ea9eacbc
commit
0cc0d91de3
|
|
@ -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:
|
||||||
Loading…
Reference in New Issue