chore: 前端端口改为 8890:8890

This commit is contained in:
爽哒哒
2026-03-19 00:54:32 +08:00
parent 8ca161f8b0
commit ef9057306c
3 changed files with 6 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ services:
container_name: cywl-scoring-frontend
restart: always
ports:
- "80:80"
- "8890:8890"
depends_on:
scoring-backend:
condition: service_healthy