diff --git a/nginx.conf.gateway b/nginx.conf.gateway index 7f101eb..e6acf41 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -25,7 +25,7 @@ http { # Sys 系统 API upstream sys_api { - server sys-api:80001; + server sys-api:8001; } # Lmg 系统 API