Skip to content

Commit a3783a3

Browse files
authored
org.testcontainers.mysql.MySQLContainer do not copy default config (#11107)
1 parent 5b8743d commit a3783a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected void configure() {
6464
optionallyMapResourceParameterAsVolume(
6565
MY_CNF_CONFIG_OVERRIDE_PARAM_NAME,
6666
"/etc/mysql/conf.d",
67-
"mysql-default-conf",
67+
null,
6868
Transferable.DEFAULT_DIR_MODE
6969
);
7070

0 commit comments

Comments
 (0)