now that I have opened port 3610, traefik was using it by default for ssl, so forced traefik to use 8123
This commit is contained in:
@@ -427,6 +427,7 @@ services:
|
||||
- "traefik.http.routers.hass.rule=Host(`hass.depaoli.id.au`)"
|
||||
- "traefik.http.routers.hass.tls=true"
|
||||
- "traefik.http.routers.hass.tls.options=tls12@file"
|
||||
- "traefik.http.services.hass.loadbalancer.server.port=8123"
|
||||
- "traefik.http.routers.hass.entrypoints=secureweb"
|
||||
ports:
|
||||
- "8123:8123"
|
||||
|
||||
Reference in New Issue
Block a user