chore: Update external API port from 8000 to 8191 in docker-compose configuration and API documentation.
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
build: .
|
||||
container_name: storyline-ai-gateway
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8191:8000"
|
||||
env_file:
|
||||
- .env
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user