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:
2022-10-16 17:07:48 +11:00
parent 8c1c1423a4
commit ab7bd563d5

View File

@@ -427,6 +427,7 @@ services:
- "traefik.http.routers.hass.rule=Host(`hass.depaoli.id.au`)" - "traefik.http.routers.hass.rule=Host(`hass.depaoli.id.au`)"
- "traefik.http.routers.hass.tls=true" - "traefik.http.routers.hass.tls=true"
- "traefik.http.routers.hass.tls.options=tls12@file" - "traefik.http.routers.hass.tls.options=tls12@file"
- "traefik.http.services.hass.loadbalancer.server.port=8123"
- "traefik.http.routers.hass.entrypoints=secureweb" - "traefik.http.routers.hass.entrypoints=secureweb"
ports: ports:
- "8123:8123" - "8123:8123"