Skip to content

Commit d7551de

Browse files
Nikemrnorth
authored andcommitted
Removed manual setting of default command.
Added Changelog entry.
1 parent 3b8b8c9 commit d7551de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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))

modules/mysql/src/main/java/org/testcontainers/containers/MySQLContainer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)