chore: ensure app joins 1panel-network"
All checks were successful
Web UI CI/CD / build-and-deploy (push) Successful in 5m22s

This commit is contained in:
lzh
2025-12-18 15:05:45 +08:00
parent 179afea2e1
commit 3260ec0e99
2 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ server {
index index.html;
# API 反向代理到后端服务
# 后端服务在 Docker 容器中,使用容器名访问(都在 aiot-net 网络中)
# 后端服务在 Docker 容器中,使用容器名访问(都在 1panel-network 网络中)
# 如果后端在宿主机上改为http://172.17.0.1:48080/admin-api
location /admin-api {
# 后端服务地址