Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2166f70

Browse files
knizhnikkelvich
authored andcommitted
Correctly resolve addresses in raftable
1 parent23c06aa commit2166f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests2/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [ "$1" = 'postgres' ]; then
6262
############################################################################
6363

6464
CONNSTRS='dbname=postgres host=node1, dbname=postgres host=node2, dbname=postgres host=node3'
65-
RAFT_PEERS='1:172.18.0.2:6666, 2:172.18.0.4:6666, 3:172.18.0.3:6666'
65+
RAFT_PEERS='1:node1:6666, 2:node2:6666, 3:node3:6666'
6666

6767
cat<<-EOF >>$PGDATA/postgresql.conf
6868
listen_addresses='*'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp