diff --git a/docker-compose.production.yml b/docker-compose.production.yml index e707af5..8d1d76e 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -2,7 +2,7 @@ version: '3' services: traefik: - image: traefik:v2.11 + image: traefik:v3.5 restart: always command: - '--api.insecure=true' diff --git a/docker-compose.yml b/docker-compose.yml index 81c1d16..779d58a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: traefik: - image: traefik:v2.11 + image: traefik:v3.5 restart: always command: - '--api.insecure=true'