更新文档,优化docker-compose的网络自定义

This commit is contained in:
SliverHorn
2020-09-11 11:43:17 +08:00
parent ecfc8cd1e7
commit e3ccccd1f3
9 changed files with 803 additions and 887 deletions

View File

@@ -17,7 +17,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
rewrite ^/api/(.*)$ /$1 break; #重写
proxy_pass http://172.25.0.4:8888; # 设置代理服务器的协议和地址
proxy_pass http://177.7.0.12:8888; # 设置代理服务器的协议和地址
}
location /api/swagger/index.html {