修改dockerfile

pull/551/head
痴货 2024-09-06 20:01:17 +08:00
parent 1553c31e0b
commit 7b77cee483
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ http {
server {
listen 80;
server_name saas.yibeidl.cn; ## 重要!!!修改成你的外网 IP/域名
server_name 192.168.10.207; ## 重要!!!修改成你的外网 IP/域名
location / { ## 前端项目
root /app;