mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
It seems that the port mentioned in the readme.md is incorrect. #3486
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 @vgnshiyer on GitHub (Jan 29, 2025).
Confirmation:
Description:
The readme mentions portforwarding as 3000:8080. That seems misleading
docker run -d -p 8080:8080 --add-host=host.docker.internal:host-gatewa...
However from the container logs, it seems that the application is running on port 8080.
Container logs:
It should be:
docker run -d -p 8080:8080 --add-host=host.docker.internal:host-gate...
@chandujr commented on GitHub (Jan 30, 2025):
What happened to this issue? I'm not able to access web UI in localhost:3000 as mentioned in the doc. Is it a problem with the port number?
Firefox is showing me this: