mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-10 22:22:56 -05:00
[GH-ISSUE #4212] Incorrect port on compose and Docker run docs #100528
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 @mcapuccini on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4212
Bug Report
Description
Bug Summary:
You are forwarding the wrong port on compose and docker run i the docs. For example, in your docs you have:
The correct command should be:
Perhaps you changed the uvicorn port in Docker at a certain point. Anyhow updating documentation and Docker compose should fix this. Alternatively you could configure uvicorn to port 3000.
@justinh-rahb commented on GitHub (Jul 30, 2024):
No, the docs are correct. I'm afraid it's you who is mistaken. Please refer to Docker documentation regarding "Published Ports".