valiantlynx / ollama-docker

Welcome to the Ollama Docker Compose Setup! This project simplifies the deployment of Ollama using Docker Compose, making it easy to run Ollama with all its dependencies in a containerized environment
https://ollama-docker.azurewebsites.net/
Other
455 stars 93 forks source link

Use latest version of open-webui (name change) #7

Closed pansapiens closed 4 months ago

pansapiens commented 4 months ago

The ollama-webui project appears to have changed name to open-webui - see https://github.com/open-webui/open-webui/discussions/602

The new project is actively developed and the new container has some additional features and fixes.

This PR changes the container pulled, but leaves the Compose service name or volume directory names as ollama-webui. This means existing installation might migrate automatically. Later, it's probably worth changing the service name and data directory to open-webui to save confusion.

valiantlynx commented 4 months ago

i know about the migration to open-webui. the reason i didnt use that is because, the new new open-webui, though it can do more stuff, i didn't find it as straight forward to use as the old ollama-webui.

valiantlynx commented 4 months ago

i check it out again and see if i could just add to the docs as well

valiantlynx commented 4 months ago

i checked it out and it wasnt as opinionated as i thought