chore: 前端端口改为 9000

This commit is contained in:
hhs
2026-06-14 15:21:47 +08:00
parent cb0c747133
commit 0f3bf432fd

View File

@@ -5,7 +5,7 @@ services:
dockerfile: Dockerfile
container_name: camtalk-frontend
ports:
- "80:80"
- "9000:80"
depends_on:
- backend
networks: