Skip to content

Commit 189e44e

Browse files
author
Sunny Jiao
committed
add port map
1 parent c18ef7e commit 189e44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metric_monitor/push_mode/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
ports:
1414
- "8090:8090" # for external http API request
1515
- "9527:9527" # used for metric API
16+
- "18888:18888" # for p2p node discovery
1617
volumes:
1718
- ../../conf:/java-tron/conf # ensure the config path is correct, make sure the config file metric is enabled
1819
- ./datadir:/java-tron/data # mount a local directory to make the block data persistent.

0 commit comments

Comments
 (0)