feat: bump traefik to v3.2.2

This commit is contained in:
Marukome0743
2025-08-19 18:57:03 +09:00
parent ff20bb2731
commit 4afd2d11fa
3 changed files with 5 additions and 2 deletions

View File

@@ -254,6 +254,9 @@ export const addDomainToCompose = async (
if (!labels.includes("traefik.docker.network=dokploy-network")) {
labels.unshift("traefik.docker.network=dokploy-network");
}
if (!labels.includes("traefik.swarm.network=dokploy-network")) {
labels.unshift("traefik.swarm.network=dokploy-network");
}
}
}