mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 04:19:37 +00:00
refactor: improve Traefik error handling in service initialization
This commit is contained in:
@@ -127,7 +127,7 @@ export const initializeTraefik = async ({
|
||||
});
|
||||
|
||||
console.log("Traefik Started ✅");
|
||||
} catch (error) {
|
||||
} catch (_) {
|
||||
try {
|
||||
await docker.createService(settings);
|
||||
} catch (error: any) {
|
||||
|
||||
Reference in New Issue
Block a user