fix: pathprefix
This commit is contained in:
parent
232018c925
commit
71ce9a6b37
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue