Quietly building the future.
2024-06-25
First install Ollama:
Then install OpenWebUI:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
If the container stops working, you can restart it with:
docker restart open-webui
Then try to open http://localhost:3000 in your browser again, and it should hopefully work.