chore: 更改后端服务端口为 8876
All checks were successful
Deploy to Server / deploy (push) Successful in 18s

This commit is contained in:
爽哒哒
2026-03-18 23:04:18 +08:00
parent e3a620b395
commit 39137e07c5

View File

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