mirror of
https://github.com/karl0ss/homepage.git
synced 2025-07-05 07:19:09 +01:00
Fix broken docker service discovery in 0.8.5 (#2717)
This commit is contained in:
parent
44b161799b
commit
cd29cbbdce
@ -102,7 +102,7 @@ export async function servicesFromDocker() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!constructedService.name || !constructedService.group) {
|
if (constructedService && (!constructedService.name || !constructedService.group)) {
|
||||||
logger.error(
|
logger.error(
|
||||||
`Error constructing service using homepage labels for container '${containerName.replace(
|
`Error constructing service using homepage labels for container '${containerName.replace(
|
||||||
/^\//,
|
/^\//,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user