-
Notifications
You must be signed in to change notification settings - Fork 249
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
Update quick-start.md #1692
base: master
Are you sure you want to change the base?
Update quick-start.md #1692
Conversation
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.
LGTM
|
||
复制以下内容到 docker-compose.yaml,替换 DORIS_QUICK_START_VERSION 参数为指定版本,如 `2.1.7`。 | ||
|
||
```plain text |
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.
using text or
plain text
be: | ||
image:apache/doris:${DORIS_QUICK_START_VERSION} | ||
hostname:be | ||
networks_mode: host |
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.
networks_mode should be network_mode ?
version: "3" | ||
services: | ||
fe: | ||
image:apache/doris:${DORIS_QUICK_START_VERSION} |
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.
In the docker-compose.yaml file, consistent indentation is required. in this example, the indentation is inconsistent, such as the indentation for image:
and hostname:
.
|
||
使用 Admin 账户连接 Apache Doris FE。 | ||
```sql | ||
apache-doris/fe/bin/start_be.sh --daemon |
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.
启动 BE,但是脚本路径是 FE ,是否正确
LGTM |
Versions
Languages
Docs Checklist