Skip to content

Commit c7f2d83

Browse files
committed
org.testcontainers.mysql.MySQLContainer do not copy default config
1 parent 16d93e3 commit c7f2d83

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)