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:
$ sudo pacman -Syy
$ sudo pacman -S docker-openrc
$ sudo usermod -a -G docker $USER
Restart PC !
$ 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 ..