Update migration.md to fix a typo on the word "volume"

The word "volume" was spelled as "volumen" in part of the comments.
This commit is contained in:
Ismael 2024-02-28 23:30:55 -04:00 committed by GitHub
parent 8adf3c0625
commit 8237c9263b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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