mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 14:43:33 -04:00
Revise TTS Docker directions to use Docker networking #108
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wired-filipino-owl on GitHub (Oct 29, 2025).
Using
host.docker.internaldid not work for me to setup Kokoro-FastAPI. I assume this is a (somewhat) recent change to Docker.I had to create a docker network and add Open-WebUI and Kokoro-FastAPI's containers to the network.
Rough directions (for already running containers):
You can then access Kokoro via
http://kokoro-fastapi:8880/v1on Open-WebUI.I would submit a PR for just
Kokoro-FastAPIbut I don't know how to use Docker Compose. I'm sure you could configure it to network the two containers.