未验证 提交 0dc322e2 编写于 作者: D Dave Baker 提交者: GitHub

Update dashboard-arguments.md (#5561)

Error in config options re: loopback only versus all interfaces.
上级 2cca852e
...@@ -8,7 +8,7 @@ Dashboard container accepts multiple arguments that can be used to customize it ...@@ -8,7 +8,7 @@ Dashboard container accepts multiple arguments that can be used to customize it
|---------------|---------------|-------------| |---------------|---------------|-------------|
| insecure-port | 9090 | The port to listen to for incoming HTTP requests. | | insecure-port | 9090 | The port to listen to for incoming HTTP requests. |
| port | 8443 | The secure port to listen to for incoming HTTPS requests. | | port | 8443 | The secure port to listen to for incoming HTTPS requests. |
| insecure-bind-address | 127.0.0.1 | The IP address on which to serve the `--insecure-port` (set to 127.0.0.1 for all interfaces). | | insecure-bind-address | 127.0.0.1 | The IP address on which to serve the `--insecure-port` (set to 127.0.0.1 for loopback only). |
| bind-address | 0.0.0.0 | The IP address on which to serve the `--port` (set to 0.0.0.0 for all interfaces). | | bind-address | 0.0.0.0 | The IP address on which to serve the `--port` (set to 0.0.0.0 for all interfaces). |
| default-cert-dir | /certs | Directory path containing `--tls-cert-file` and `--tls-key-file` files. Used also when auto-generating certificates flag is set. Relative to the container, not the host. | | default-cert-dir | /certs | Directory path containing `--tls-cert-file` and `--tls-key-file` files. Used also when auto-generating certificates flag is set. Relative to the container, not the host. |
| tls-cert-file | - | File containing the default x509 Certificate for HTTPS. | | tls-cert-file | - | File containing the default x509 Certificate for HTTPS. |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册