mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-24 11:28:39 +08:00
update 优化 docker 部署方式 使用 host 模式简化部署流程 降低使用成本
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user