From 5abd0ad502fbe83b1734f30ccc74ee67f4125f71 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 27 Dec 2023 13:53:58 -0800 Subject: [PATCH] doc: volume mount disclaimer added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 857442b8..c794c6b1 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ After installing Ollama, verify that Ollama is running by accessing the followin #### Using Docker 🐳 +**Important:** When using Docker to install Ollama Web UI, make sure to include the `-v ollama-webui:/app/backend/data` in your Docker command. This step is crucial as it ensures your database is properly mounted and prevents any loss of data. + If Ollama is hosted on your local machine and accessible at [http://127.0.0.1:11434/](http://127.0.0.1:11434/), run the following command: ```bash