fix: pathprefix

This commit is contained in:
Andras Bacsai 2022-11-03 13:28:58 +01:00
parent 232018c925
commit 71ce9a6b37

View File

@ -289,7 +289,7 @@ async function serviceConfiguration(traefik: any, remoteId: string | null = null
let port, pathPrefix, customDomain;
if (configuration) {
port = configuration?.port;
pathPrefix = configuration?.pathPrefix;
pathPrefix = configuration?.pathPrefix || null;
customDomain = configuration?.domain;
}
if (customDomain) {