feat: 實作 Demo 環境網域路由轉發,設定 ERP Proxy 統一接管 Port 80
Some checks failed
ERP-Deploy-Demo / deploy-demo (push) Has been cancelled
ERP-Deploy-Production / deploy-production (push) Successful in 1m28s

This commit is contained in:
2026-02-24 09:58:21 +08:00
parent 922b1fc877
commit aaa93a921e
3 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
services:
proxy:
ports:
- '8080:80'
- '80:80'
- '8080:8080'
volumes:
- './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro'