This commit is contained in:
Andras Bacsai 2022-07-22 21:34:31 +00:00
parent eef99caad1
commit d4f0808c31

View File

@ -1104,7 +1104,7 @@ export async function startTraefikTCPProxy(
if (isDev) { if (isDev) {
ip = getAPIUrl() ip = getAPIUrl()
} else { } else {
ip = `http://${ipv4 || ipv6}` ip = `http://${ipv4 || ipv6}:3000`
} }
traefikUrl = `${ip}/webhooks/traefik/other.json` traefikUrl = `${ip}/webhooks/traefik/other.json`
} }