change port

This commit is contained in:
2025-07-08 18:15:10 +08:00
parent 1af79c4111
commit 0c20933166

View File

@@ -10,7 +10,7 @@ services:
volumes:
- sqlite_data:/app/prisma
ports:
- "3001:3001"
- "3006:3001"
networks:
- pandora_network
restart: always
@@ -26,7 +26,7 @@ services:
CHATGPT_TARGET_URL: https://gpt.micar9.com:8443
GROK_TARGET_URL: https://grok-mirror.micar9.com:8443
ports:
- "3000:3000"
- "3005:3000"
depends_on:
- backend
networks: