fix: 修复报错接口

This commit is contained in:
Daniel
2026-04-12 20:15:59 +08:00
parent bdf88f9a8f
commit 45d327e8a7

View File

@@ -38,7 +38,7 @@ services:
db:
condition: service_healthy
ports:
- "127.0.0.1:8866:8000"
- "localhost:8866:8000"
frontend:
build:
@@ -48,7 +48,7 @@ services:
depends_on:
- backend
ports:
- "127.0.0.1:8173:80"
- "localhost:8173:80"
volumes:
postgres_data: