mirror of
https://github.com/open-webui/docs
synced 2025-05-20 03:08:56 +00:00
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:
parent
8adf3c0625
commit
8237c9263b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user