diff --git a/docs-2.0/nebula-dashboard/2.deploy-dashboard.md b/docs-2.0/nebula-dashboard/2.deploy-dashboard.md index 26693be6015..6a6b767b521 100644 --- a/docs-2.0/nebula-dashboard/2.deploy-dashboard.md +++ b/docs-2.0/nebula-dashboard/2.deploy-dashboard.md @@ -178,6 +178,10 @@ After the service is started, you can enter `:8090` in the browser to check target: "127.0.0.1:8090" // The IP address and port of the gateway service. prometheus: target: "127.0.0.1:9090" // The IP address and port of the prometheus service. + graph: + target: "127.0.0.1:19669" // Used to get the running configurations of the Graph service. + storage: + target: "127.0.0.1:19779" // Used to get the running configurations of the Storage service. nebulaServer: ip: "192.168.8.143" // The IP address of any Graph service. port: 9669 // The port of the Nebula Graph. @@ -291,7 +295,13 @@ Docker has been installed on the node where Dashboard is deployed. }, "prometheus":{ "target": "prometheus:9090" # The hostname of the prometheus container and the port of the prometheus service. - } + }, + "graph":{ + "target": "graphd:19669" # Used to get the running configurations of the Graph service. + }, + "storage":{ + "target": "graphd:19779" # Used to get the running configurations of the Storage service. + } }, "nebulaServer": { # The access information of any Graph service. "ip": "192.168.8.131", # The IP address of the node where the Graph service is deployed.