diff --git a/docker-compose.yaml b/docker-compose.yaml index 9a927ef..17efa36 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,4 +10,6 @@ services: - traefik.http.services.confetti-api.loadbalancer.server.port=8020 - traefik.http.routers.confetti-api.tls=true - traefik.http.routers.confetti-api.entryPoints=https - - traefik.http.routers.confetti-api.middlewares=crowdsec-bouncer@docker \ No newline at end of file + - traefik.http.routers.confetti-api.middlewares=crowdsec-bouncer@docker + - traefik.http.middlewares.testheader.headers.accesscontrolallowmethods=GET + - traefik.http.middlewares.testheader.headers.accesscontrolallowheaders=* \ No newline at end of file