Skip to content

fix: add Docker networking instructions for Kokoro-FastAPI connection issues#1221

Merged
Classic298 merged 2 commits intoopen-webui:devfrom
Ansh1372:patch-2
May 4, 2026
Merged

fix: add Docker networking instructions for Kokoro-FastAPI connection issues#1221
Classic298 merged 2 commits intoopen-webui:devfrom
Ansh1372:patch-2

Conversation

@Ansh1372
Copy link
Copy Markdown
Contributor

Fixes #785

Expanded the "Connection Issues from Open WebUI" section
with 3 clear options for Docker networking:

  • Option 1: Docker Desktop (host.docker.internal)
  • Option 2: Docker Compose (service name)
  • Option 3: Docker Network (recommended for Linux)

… issues

Fixes open-webui#785

Added Docker networking section with 3 options for 
connecting Open WebUI to Kokoro-FastAPI:
- Docker Desktop (host.docker.internal)
- Docker Compose (service name)
- Docker Network (recommended for Linux)
@pr-validator-bot
Copy link
Copy Markdown

ℹ️ Documentation PR Guidelines

👋 Welcome! This is an automated message posted on all new documentation PRs to help guide our contributors. Just because this comment appeared doesn't mean you have done anything wrong!

Please ensure you're using the correct branches:

Target branch (where you're merging TO):

  • dev branch: For documentation related to upcoming Open WebUI releases (new features, new environment variables, anything dependent on unreleased versions and unreleased features/fixes/changes)
  • main branch: For content that can go live immediately (fixes, tutorials, documentation not dependent on unreleased features)

Source branch (where you're merging FROM):

  • If targeting dev, create your branch from your fork's dev branch
  • If targeting main, create your branch from your fork's main branch
  • ⚠️ Mismatched branches can and will result in unwanted file changes being included in your PR!

If your docs PR depends on a pending PR in open-webui/open-webui:

  • Convert this PR to DRAFT mode!
  • Link to the related main repo PR in your description for clarity
  • We'll review both together once the PR on the main repo is merged

Please adjust your PR target branch, source branch, and/or draft status accordingly if needed.

Copy link
Copy Markdown
Collaborator

@Classic298 Classic298 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.


If Open WebUI can't reach Kokoro:
If Open WebUI can't reach Kokoro, this is usually a Docker
networking issue. Choose the method that matches your setup:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rem linebreak

@Classic298 Classic298 marked this pull request as draft May 3, 2026 22:53
@Classic298 Classic298 marked this pull request as ready for review May 4, 2026 22:34
@Classic298 Classic298 changed the base branch from main to dev May 4, 2026 22:35
@Classic298 Classic298 merged commit 59decc4 into open-webui:dev May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revise TTS Docker directions to use Docker networking

3 participants