File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ services:
3838 start_period : 30s
3939 environment :
4040 - cn_internal_address=127.0.0.1
41- - cn_internal_port=10711 # 端口不同于confignode-1
42- - cn_consensus_port=10721 # 共识端口不同于confignode-1
41+ - cn_internal_port=10711
42+ - cn_consensus_port=10721
4343 - cn_seed_config_node=127.0.0.1:10710
4444 - schema_replication_factor=2
4545 - data_replication_factor=2
@@ -100,8 +100,8 @@ services:
100100 - dn_rpc_address=127.0.0.1
101101 - dn_internal_address=127.0.0.1
102102 - dn_seed_config_node=127.0.0.1:10710
103- - dn_rpc_port=6668 # 端口不同于datanode-1
104- - dn_internal_port=10731 # 内部端口不同于datanode-1
103+ - dn_rpc_port=6668
104+ - dn_internal_port=10731
105105 - dn_mpp_data_exchange_port=10741
106106 - dn_schema_region_consensus_port=10751
107107 - dn_data_region_consensus_port=10761
You can’t perform that action at this time.
0 commit comments