mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(traefik): upgrade traefik to v.3.1.2
This commit is contained in:
@@ -20,7 +20,7 @@ export const initializeTraefik = async ({
|
||||
enableDashboard = false,
|
||||
env,
|
||||
}: TraefikOptions = {}) => {
|
||||
const imageName = "traefik:v2.5";
|
||||
const imageName = "traefik:v3.1.2";
|
||||
const containerName = "dokploy-traefik";
|
||||
const settings: CreateServiceOptions = {
|
||||
Name: containerName,
|
||||
|
||||
Reference in New Issue
Block a user