Files
star-erp/compose.demo.yaml
sky121113 3ba6b3a1cd
Some checks failed
ERP-Deploy-Demo / deploy-demo (push) Failing after 40s
ERP-Deploy-Production / deploy-production (push) Successful in 59s
fix: 還原 compose.demo.yaml 的 port 映射為 80:80 + 8080:8080
2026-02-23 17:35:37 +08:00

8 lines
147 B
YAML

services:
proxy:
ports:
- '80:80'
- '8080:8080'
volumes:
- './nginx/demo-proxy.conf:/etc/nginx/conf.d/default.conf:ro'