mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 12:27:49 +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 ✅");
|
console.log("Traefik Started ✅");
|
||||||
} catch (error) {
|
} catch (_) {
|
||||||
try {
|
try {
|
||||||
await docker.createService(settings);
|
await docker.createService(settings);
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user