Update _index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
fix-mono-get-started
Jameelah Mercer 2025-05-30 12:26:58 +09:00 committed by GitHub
parent 751e13d1c2
commit 589374a1d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ influxdb3 serve \
```
{{% /show-in %}}
To run the [Docker image](/influxdb3/version/install/#docker-image) and persist data to the filesystem, mount a volume for the object store-for example, pass the following options:
To run the [Docker image](/influxdb3/version/install/#docker-image) and persist data to the file system, mount a volume for the object store-for example, pass the following options:
- `-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container
- `--object-store file --data-dir /path/in/container`: Uses the mount for server storage