File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
modules/mysql/src/main/java/org/testcontainers/containers Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
33
44### Fixed
55- Fixed retrieval of Docker host IP when running inside Docker. ([ \# 479] ( https://github.com/testcontainers/testcontainers-java/issues/479 ) )
6+ - Fixed overriding MySQL image command. ([ \# 534] ( https://github.com/testcontainers/testcontainers-java/issues/534 ) )
67
78### Changed
89- Added Kafka module ([ \# 546] ( https://github.com/testcontainers/testcontainers-java/pull/546 ) )
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ public class MySQLContainer<SELF extends MySQLContainer<SELF>> extends JdbcDatab
2020
2121 public MySQLContainer () {
2222 super (IMAGE + ":latest" );
23- setCommand ("mysqld" );
2423 }
2524
2625 public MySQLContainer (String dockerImageName ) {
You can’t perform that action at this time.
0 commit comments