We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508ba41 commit 724b64eCopy full SHA for 724b64e
1 file changed
docker-compose-gravity-test.yml
@@ -71,8 +71,8 @@ services:
71
- ./integration_test/config/pd.toml:/pd.toml:ro
72
command:
73
- --name=pd
74
- - --client-urls=http://pd:2379
75
- - --peer-urls=http://pd:2380
+ - --client-urls=http://0.0.0.0:2379
+ - --peer-urls=http://0.0.0.0:2380
76
- --advertise-client-urls=http://pd:2379
77
- --advertise-peer-urls=http://pd:2380
78
- --initial-cluster=pd=http://pd:2380
0 commit comments