chore: Update external API port from 8000 to 8191 in docker-compose configuration and API documentation.

This commit is contained in:
2026-01-28 03:44:46 +08:00
parent c32cff0388
commit 9cb938be9a
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ services:
build: .
container_name: storyline-ai-gateway
ports:
- "8000:8000"
- "8191:8000"
env_file:
- .env
restart: always