Skip to content

Commit 724b64e

Browse files
committed
fix addr
1 parent 508ba41 commit 724b64e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-gravity-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ services:
7171
- ./integration_test/config/pd.toml:/pd.toml:ro
7272
command:
7373
- --name=pd
74-
- --client-urls=http://pd:2379
75-
- --peer-urls=http://pd:2380
74+
- --client-urls=http://0.0.0.0:2379
75+
- --peer-urls=http://0.0.0.0:2380
7676
- --advertise-client-urls=http://pd:2379
7777
- --advertise-peer-urls=http://pd:2380
7878
- --initial-cluster=pd=http://pd:2380

0 commit comments

Comments
 (0)