fix: 還原 compose.demo.yaml 的 port 映射為 80:80 + 8080:8080
Some checks failed
ERP-Deploy-Demo / deploy-demo (push) Failing after 40s
ERP-Deploy-Production / deploy-production (push) Successful in 59s

This commit is contained in:
2026-02-23 17:35:37 +08:00
parent ec239279f4
commit 3ba6b3a1cd

View File

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