Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/toolhive/guides-cli/filesystem-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ If you want to place the database file in a different location inside the
container, use the server's `--db` flag to specify the new path:

```bash
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
```

## Related information
Expand Down
Loading