mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
use external port
This commit is contained in:
parent
8767c3a98c
commit
36db155a04
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export function buildTraefikConfig(
|
|||
loadBalancer: {
|
||||
servers: [
|
||||
{
|
||||
url: `http://${config.server.internal_hostname}:${config.server.internal_port}`,
|
||||
url: `http://${config.server.internal_hostname}:${config.server.external_port}`,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue