Skip to content

Commit 455e3ba

Browse files
committed
fix addr
1 parent 724b64e commit 455e3ba

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docker-compose-gravity-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ services:
8585
volumes:
8686
- ./integration_test/config/tikv.toml:/tikv.toml:ro
8787
command:
88-
- --addr=tikv:20160
88+
- --addr=0.0.0.0:20160
8989
- --advertise-addr=tikv:20160
9090
- --data-dir=/data/tikv
9191
- --pd=pd:2379
@@ -100,7 +100,7 @@ services:
100100
- ./integration_test/config/pump.toml:/pump.toml:ro
101101
command:
102102
- /pump
103-
- --addr=pump:8250
103+
- --addr=0.0.0.0:8250
104104
- --advertise-addr=pump:8250
105105
- --data-dir=/data/pump
106106
- --node-id=pump

integration_test/config/tikv.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ log-level = "error"
110110
# interval = "15s"
111111
# the Prometheus pushgateway address. Leaving it empty stops Prometheus client from pushing.
112112
# address = "pushgateway:9091"
113-
address = ""
114113
# the Prometheus client push job name. Note: A node id will automatically append, e.g., "tikv_1".
115114
# job = "tikv"
116115

0 commit comments

Comments
 (0)