From 1edc0f41216e0a2e08c0282f2be6e31c14b243e9 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 28 Sep 2024 18:45:59 +0200 Subject: [PATCH] chore: wait for log output when starting mysql/mariadb (#505) Waiting for the port stopped working for me, as no direct access to the container is possible anymore due to firewall. --- pom.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index a41deba..4cb46d7 100644 --- a/pom.xml +++ b/pom.xml @@ -587,6 +587,7 @@ io.fabric8 docker-maven-plugin + ${mysql_image} @@ -611,11 +612,7 @@ config_port:3306 - - - 3306 - - + port: 3306 @@ -635,11 +632,7 @@ config_port_mariadb:3306 - - - 3306 - - + port: 3306