From 8237c9263b85559be3f29da1baf6da9f3a0ec6e5 Mon Sep 17 00:00:00 2001 From: Ismael Date: Wed, 28 Feb 2024 23:30:55 -0400 Subject: [PATCH] Update migration.md to fix a typo on the word "volume" The word "volume" was spelled as "volumen" in part of the comments. --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index 98b1087..9b27f9d 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -39,7 +39,7 @@ docker run --rm -v ollama-webui:/from -v open-webui:/to alpine ash -c "cd /from [insert the equivalent command that you used to install with the new Docker image name] ``` -Once you verify that all the data has been migrated you can erase the old volumen using the following command: +Once you verify that all the data has been migrated you can erase the old volume using the following command: ```bash docker volume rm ollama-webui