-
Notifications
You must be signed in to change notification settings - Fork 40
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
docs: check db status in the quick start documentation #1003
Conversation
Deploying greptime-docs with Cloudflare Pages
|
@@ -12,16 +12,16 @@ services: | |||
image: grafana/grafana-oss:<%grafana-version%> | |||
container_name: grafana | |||
ports: | |||
- 3000:3000 | |||
- 127.0.0.1:3000:3000 |
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.
Why is 127.0.0.1:
necessary?
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.
If host IP is not set, it binds to all network interfaces(0.0.0.0), which is unsafe.
https://docs.docker.com/network/#published-ports
https://docs.docker.com/compose/compose-file/05-services/#ports
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
What's Changed in this PR
as title
Checklist
summary.yml
matches the current document structure when you changed the document structure.