Skip to content

Commit

Permalink
fix: fix MSSQL container start (#92212)
Browse files Browse the repository at this point in the history
* re-enabled container auto-remove
  • Loading branch information
skiesewetter-intershop committed Jan 22, 2024
1 parent a172a06 commit 85fac20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ abstract class AbstractTaskPreparer(
task.group = "icm container ${getContainerExt()}"
task.attachStderr.set(true)
task.attachStdout.set(true)
//task.hostConfig.autoRemove.set(true)
task.hostConfig.autoRemove.set(true)

task.containerName.set(getContainerName())

Expand Down

0 comments on commit 85fac20

Please sign in to comment.