Skip to content

Commit

Permalink
Removed check for the log on MySQL container startup.
Browse files Browse the repository at this point in the history
It caused errors on MacOS due to a bug of the Docker plugin
(fabric8io/docker-maven-plugin#1369 )
  • Loading branch information
jasonravagli committed Nov 12, 2021
1 parent 650237d commit 37ddaf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
<MYSQL_DATABASE>test</MYSQL_DATABASE>
</env>
<wait>
<log>.*mysqld: ready for connections.*port: 3306.*</log>
<time>40000</time>
<time>30000</time>
</wait>

<volumes>
Expand Down

0 comments on commit 37ddaf0

Please sign in to comment.