update 优化 docker 部署方式 使用 host 模式简化部署流程 降低使用成本

This commit is contained in:
疯狂的狮子li
2022-07-11 15:29:38 +08:00
parent abeec6ddea
commit 93e52ae6ac
9 changed files with 43 additions and 76 deletions

View File

@@ -24,8 +24,8 @@ http {
upstream server {
ip_hash;
# gateway 地址
server 172.30.0.100:8080;
# server 172.30.0.101:8080;
server 127.0.0.1:8080;
# server 127.0.0.1:8081;
}
server {