Use all adresses
This commit is contained in:
parent
24c2fcbdfc
commit
ac917b9811
|
@ -21,6 +21,6 @@ services:
|
||||||
- MYSQL_ROOT_PASSWORD=<%= @mysql_root_password %>
|
- MYSQL_ROOT_PASSWORD=<%= @mysql_root_password %>
|
||||||
- BOOTSTRAP=<%= @bootstrap %>
|
- BOOTSTRAP=<%= @bootstrap %>
|
||||||
- FORCE_BOOTSTRAP=0
|
- FORCE_BOOTSTRAP=0
|
||||||
command: "--wsrep_cluster_address=gcomm://<%= @db_ip[0] %>,<%= @db_ip[1] %>,<%= @db_ip[2] %>"
|
command: "--wsrep_cluster_address=gcomm://<%= @db_ip.join(',') %>"
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue