From e6aaef68f19b637fa368968159fc89be935c386b Mon Sep 17 00:00:00 2001 From: Valentino Stillhardt <4715129+Fusseldieb@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:10:27 -0300 Subject: [PATCH] Tips coming from Git --- docs/migration.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/migration.mdx b/docs/migration.mdx index 2e298ec..13b9a26 100644 --- a/docs/migration.mdx +++ b/docs/migration.mdx @@ -93,9 +93,10 @@ docker volume rm ollama-webui If you came from a git installation where you used `docker compose up` in the project directory, your volumes will be prefixed with the folder name. Therefore, if your OpenWebUI path was: `/home/myserver/ollama-webui/`, the volumes would be named "ollama-webui_open-webui" and "ollama-webui_ollama". -To copy the contents over to a conventional docker installation, you may run the same migration commands, but replacing them with the prefixed volume names and creating an additional volume for ollama. In our particular case, the commands would be: +To copy the contents over to a conventional docker installation, you may run similar migration commands. In our particular case, the commands would be: ```bash -docker rm -f ollama-webui +docker rm -f open-webui +docker rm -f ollama docker pull ghcr.io/open-webui/open-webui:main docker pull ghcr.io/open-webui/open-webui:ollama docker volume create --name open-webui