Skip to content

Commit

Permalink
Merge pull request #17 from djismgaming/patch-1
Browse files Browse the repository at this point in the history
Update migration.md to fix a typo on the word "volume"
  • Loading branch information
tjbck authored Feb 29, 2024
2 parents 8adf3c0 + 8237c92 commit a1f49f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1f49f5

Please sign in to comment.