From 23af9a6a24e1fbff1fec74ad0d5511f41fb21f97 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 28 Feb 2023 14:17:49 +0100 Subject: [PATCH] Network mode host not compatible with ports --- templates/mariadb/docker-compose_mariadb.yml.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/mariadb/docker-compose_mariadb.yml.erb b/templates/mariadb/docker-compose_mariadb.yml.erb index 4582608..d3e9abe 100644 --- a/templates/mariadb/docker-compose_mariadb.yml.erb +++ b/templates/mariadb/docker-compose_mariadb.yml.erb @@ -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