Skip to main content
Topic: How Install Open Webui | Ollama with Docker? (Read 887 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How Install Open Webui | Ollama with Docker?


Hi all.

Please tell me how to correctly install Open Webui with DoCker?

I tried different options, I can’t start and the browser does not display the Open Webui graphic panel at 3000 port (http: // localhost: 3000)

Below my steps, write where I made a mistake.

Here are my steps:

Code: [Select]
$ sudo pacman -Syy

$ sudo pacman -S docker-openrc

$ sudo usermod -a -G docker  $USER

Restart  PC !

Code: [Select]
$ groups 
tom sys network power ***docker***

$ sudo rc-service  docker status 
* status: started

$ docker pull ghcr.io/open-webui/open-webui:main

$ docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main

Following the documentation https://docs.openwebui.com/getting-started/quick-start/ , I have to see the graphic panel on the local port http: // localhost: 3000, but I see nothing ..

 







Re: How Install Open Webui | Ollama with Docker?

Reply #1
Check logs of the container
ARMtix
If you need to contact me, use email