diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e583f0d..38b400c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -42,5 +42,7 @@ spring.cloud.gateway.globalcors.cors-configurations.[/**].allowedMethods=POST management.endpoint.gateway.enabled=${ROUTE_TABLES_ENABLED:true} management.endpoints.web.exposure.include=* +# Listen to all interfaces +server.address=0.0.0.0