config pfad angepasst und dashboard geöffnet
This commit is contained in:
parent
44c5a4cc8d
commit
01ba6ef2df
|
|
@ -9,7 +9,7 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./config:/etc/traefik
|
||||
- /docker/traefik_v2x/config:/etc/traefik
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.traefik.rule=Host(`tr43f1k.czechman.dynvpn.de`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
|
||||
|
|
@ -24,6 +24,7 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "8888:8080"
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue