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,
|
enableDashboard = false,
|
||||||
env,
|
env,
|
||||||
}: TraefikOptions = {}) => {
|
}: TraefikOptions = {}) => {
|
||||||
const imageName = "traefik:v2.5";
|
const imageName = "traefik:v3.1.2";
|
||||||
const containerName = "dokploy-traefik";
|
const containerName = "dokploy-traefik";
|
||||||
const settings: CreateServiceOptions = {
|
const settings: CreateServiceOptions = {
|
||||||
Name: containerName,
|
Name: containerName,
|
||||||
|
|||||||
Reference in New Issue
Block a user