Network mode host not compatible with ports

This commit is contained in:
Micke Nordin 2023-02-28 14:17:49 +01:00
parent 45762b076a
commit 23af9a6a24
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -20,11 +20,6 @@ services:
- MYSQL_ROOT_PASSWORD=<%= @mysql_root_password %>
- BOOTSTRAP=<%= @bootstrap %>
- FORCE_BOOTSTRAP=0
ports:
- 3306:3306
- 4444:4444
- 4567:4567
- 4568:4568
command: "--wsrep_cluster_address=gcomm://<%= @db_ip[0] %>,<%= @db_ip[1] %>,<%= @db_ip[2] %>"
tty: true