Merge pull request #17 from djismgaming/patch-1

Update migration.md to fix a typo on the word "volume"
This commit is contained in:
Timothy Jaeryang Baek 2024-02-28 22:39:35 -05:00 committed by GitHub
commit a1f49f55ef
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