[GH-ISSUE #669] help wanted: ollama-webui didn't start successfully #50835

Closed
opened 2026-05-05 11:20:45 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @TheStarAlight on GitHub (Feb 7, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/669

Problem
Hi! I'm lack in docker experience, and I find it difficult to start ollama-webui successfully.
Currently I'm using Manjaro Linux on my remote workstation and I installed docker and docker compose. I installed the docker image and it seems that the docker started successfully, but when I'm trying to access the port 3000, there's no reply (I used the vscode ssh to forward port 3000 on my remote workstation to my computer, but the 1234 port is forwarded successfully, so the vscode should not be blamed). I'm completely a greenhand so I just don't know what do do.
Can anyone help? Thank you for your attention :D Please contact me if you need more information. 😄

Additional context
The printed msg:

$ docker images
REPOSITORY                          TAG       IMAGE ID       CREATED        SIZE
ghcr.io/ollama-webui/ollama-webui   main      4800a0dc9697   26 hours ago   2.03GB
hello-world                         latest    d2c94e258dcb   9 months ago   13.3kB
$ docker run 4800a0dc9697
No WEBUI_SECRET_KEY provided
Generating WEBUI_SECRET_KEY
Loading WEBUI_SECRET_KEY from .webui_secret_key
INFO:     Started server process [1]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
^C INFO:     Shutting down
INFO:     Waiting for application shutdown.
INFO:     Application shutdown complete.
INFO:     Finished server process [1]
Originally created by @TheStarAlight on GitHub (Feb 7, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/669 **Problem** Hi! I'm lack in docker experience, and I find it difficult to start ollama-webui successfully. Currently I'm using Manjaro Linux on my remote workstation and I installed docker and docker compose. I installed the docker image and it seems that the docker started successfully, but when I'm trying to access the port 3000, there's no reply (I used the vscode ssh to forward port 3000 on my remote workstation to my computer, but the 1234 port is forwarded successfully, so the vscode should not be blamed). I'm completely a greenhand so I just don't know what do do. Can anyone help? Thank you for your attention :D Please contact me if you need more information. 😄 **Additional context** The printed msg: ``` $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE ghcr.io/ollama-webui/ollama-webui main 4800a0dc9697 26 hours ago 2.03GB hello-world latest d2c94e258dcb 9 months ago 13.3kB ``` ``` $ docker run 4800a0dc9697 No WEBUI_SECRET_KEY provided Generating WEBUI_SECRET_KEY Loading WEBUI_SECRET_KEY from .webui_secret_key INFO: Started server process [1] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit) ^C INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [1] ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#50835