Merging changes from 1.2.0 for cleanup

This commit is contained in:
frikky
2023-07-06 17:19:52 +02:00
parent e16220423d
commit 92fabeddbe
207 changed files with 41250 additions and 22818 deletions
View File
View File
Regular → Executable
View File
Regular → Executable
View File
+1 -1
View File
@@ -148,7 +148,7 @@ func deployWorker(image string, identifier string, env []string) {
NetworkMode: container.NetworkMode(fmt.Sprintf("container:%s", containerId)),
}
if cleanupEnv == "true" {
if strings.ToLower(cleanupEnv) == "true" {
hostConfig.AutoRemove = true
}
Regular → Executable
View File