diff --git a/docker-compose.yml b/docker-compose.yml index a42b1f2..7413299 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -153,8 +153,7 @@ services: - traefik.http.routers.root-redirect.tls=true - traefik.http.routers.root-redirect.middlewares=root-to-platform - traefik.http.routers.root-redirect.service=saas - - traefik.http.middlewares.root-to-platform.redirectregex.regex=.* - - traefik.http.middlewares.root-to-platform.redirectregex.replacement=/platform/ + - traefik.http.middlewares.root-to-platform.replacepath.path=/platform/ networks: - cameleer