config pfad angepasst und dashboard geöffnet

This commit is contained in:
Czechman 2022-12-08 01:20:22 +01:00
parent 44c5a4cc8d
commit 01ba6ef2df
1 changed files with 2 additions and 1 deletions

View File

@ -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: