We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab28f2 commit b465acdCopy full SHA for b465acd
docs/toolhive/guides-cli/filesystem-access.md
@@ -214,7 +214,7 @@ If you want to place the database file in a different location inside the
214
container, use the server's `--db` flag to specify the new path:
215
216
```bash
217
-thv run --volume ~/my-database.db:/data/my-database.db sqlite --db /data/my-database.db
+thv run --volume ~/my-database.db:/data/my-database.db sqlite -- --db /data/my-database.db
218
```
219
220
## Related information
0 commit comments