From 2c6382a7fd2f7d58105537a343668c5cc6e429ba Mon Sep 17 00:00:00 2001 From: hook-lord Date: Sat, 14 Sep 2024 07:35:04 +0200 Subject: [PATCH] removed middleware --- docker-compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 162b952..7eed055 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -14,8 +14,7 @@ services: - traefik.http.routers.confetti-apiRouter.service=confetti-apiService - traefik.http.routers.confetti-apiRouter.tls=true - traefik.http.routers.confetti-apiRouter.entryPoints=https - - traefik.http.middlewares.confetti-api-cors.headers.accesscontrolalloworigin=* - - traefik.http.routers.confetti-apiRouter.middlewares=confetti-api-cors,crowdsec-bouncer@docker + - traefik.http.routers.confetti-apiRouter.middlewares=crowdsec-bouncer@docker networks: traefik-proxy: