chore: 后端服务端口统一为 8876:8876

This commit is contained in:
爽哒哒
2026-03-18 23:07:19 +08:00
parent 39137e07c5
commit 3ae9e6856d
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ services:
- ./backend/media:/app/media
- ./backend/static:/app/static
ports:
- "8876:8000"
- "8876:8876"
environment:
- DEBUG=False
- SECRET_KEY=${SECRET_KEY:-your-secret-key-change-this}