-
Notifications
You must be signed in to change notification settings - Fork 46
chore: /tmp/greptimedb
to ./greptimedb_data
#1633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/audit-logging.md
Outdated
Show resolved
Hide resolved
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
i18n/zh/docusaurus-plugin-content-docs/current/enterprise/deployments/audit-logging.md
Outdated
Show resolved
Hide resolved
Co-authored-by: dennis zhuang <killme2008@gmail.com>
Deploying greptime-docs with
|
Latest commit: |
b87ad66
|
Status: | ✅ Deploy successful! |
Preview URL: | https://1487f6fd.greptime-docs.pages.dev |
Branch Preview URL: | https://data-location.greptime-docs.pages.dev |
@@ -48,7 +48,7 @@ Make sure the [Docker](https://www.docker.com/) is already installed. If not, yo | |||
|
|||
```shell | |||
docker run -p 127.0.0.1:4000-4003:4000-4003 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This command can't be run at all, the second path must be absolute:
docker run -p 127.0.0.1:4000-4003:4000-4003 \
-v "./greptimedb_data:/greptimedb_data" \
--name greptime --rm \
greptime/greptimedb:v0.14.2 standalone start \
--http-addr 0.0.0.0:4000 \
--rpc-bind-addr 0.0.0.0:4001 \
--mysql-addr 0.0.0.0:4002 \
--postgres-addr 0.0.0.0:4003
Otherwise it will report an error:
docker: Error response from daemon: invalid volume specification: '/host_mnt/private/tmp/greptimedb_data/greptimedb_data:greptimedb_data': invalid mount config for type "bind": invalid mount path: 'greptimedb_data' mount path must be absolute.
I think everyone must run the commands, actually, while trying to modify them, and the reviewers must take a look carefully!
What's Changed in this PR
close #1587
Checklist
sidebars.ts
matches the current document structure when you changed the document structure.