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