mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
Fix broken docker service discovery in 0.8.5 (#2717)
This commit is contained in:
parent
44b161799b
commit
cd29cbbdce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue