diff --git a/docker-compose.yaml b/docker-compose.yaml index f353cab..88c8f0a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: