diff --git a/backend/docker-compose.yml b/backend/docker-compose.yml index 9cb4f03..cb62bde 100644 --- a/backend/docker-compose.yml +++ b/backend/docker-compose.yml @@ -182,7 +182,6 @@ services: KONG_ADMIN_ERROR_LOG: /dev/stderr KONG_ADMIN_LISTEN: 0.0.0.0:8001 KONG_PROXY_LISTEN: 0.0.0.0:8080 - KONG_NGINX_PROXY_PROXY_REQUEST_BUFFERING: "off" ports: - "48080:8080" # Proxy (frontend connects here) - "127.0.0.1:48001:8001" # Admin API