We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18ef7e commit 189e44eCopy full SHA for 189e44e
metric_monitor/push_mode/docker-compose.yml
@@ -13,6 +13,7 @@ services:
13
ports:
14
- "8090:8090" # for external http API request
15
- "9527:9527" # used for metric API
16
+ - "18888:18888" # for p2p node discovery
17
volumes:
18
- ../../conf:/java-tron/conf # ensure the config path is correct, make sure the config file metric is enabled
19
- ./datadir:/java-tron/data # mount a local directory to make the block data persistent.
0 commit comments