Translate environment vars in labels
This commit is contained in:
parent
8673548c88
commit
e6d95e29ee
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export async function servicesFromDocker() {
|
|||
type: 'service'
|
||||
};
|
||||
}
|
||||
shvl.set(constructedService, label.replace("homepage.", ""), container.Labels[label]);
|
||||
shvl.set(constructedService, label.replace("homepage.", ""), substituteEnvironmentVars(container.Labels[label]));
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue