mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-01 21:13:39 +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(
|
||||
`Error constructing service using homepage labels for container '${containerName.replace(
|
||||
/^\//,
|
||||
|
Loading…
x
Reference in New Issue
Block a user