use external port

This commit is contained in:
Milo Schwartz
2024-10-20 13:28:56 -04:00
parent 8767c3a98c
commit 36db155a04

View File

@@ -44,7 +44,7 @@ export function buildTraefikConfig(
loadBalancer: { loadBalancer: {
servers: [ servers: [
{ {
url: `http://${config.server.internal_hostname}:${config.server.internal_port}`, url: `http://${config.server.internal_hostname}:${config.server.external_port}`,
}, },
], ],
}, },