mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
remove error on no discovered services
This commit is contained in:
parent
bc7937db71
commit
ee729a7e6a
2 changed files with 3 additions and 4 deletions
|
@ -82,10 +82,6 @@ export async function servicesFromDocker() {
|
|||
})
|
||||
);
|
||||
|
||||
if (serviceServers.every(server => server.services.length === 0)) {
|
||||
throw new Error('All docker servers failed to connect or returned no containers');
|
||||
}
|
||||
|
||||
const mappedServiceGroups = [];
|
||||
|
||||
serviceServers.forEach((server) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue