mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
fix(traefik): on setup support serverId as parameter and input
This commit is contained in:
@@ -393,7 +393,7 @@ export const readPorts = async (
|
||||
|
||||
export const writeTraefikSetup = async (
|
||||
input: TraefikOptions,
|
||||
serverId?: string,
|
||||
serverId = input.serverId,
|
||||
) => {
|
||||
const resourceType = await getDockerResourceType("dokploy-traefik", serverId);
|
||||
if (resourceType === "service") {
|
||||
|
||||
Reference in New Issue
Block a user