Skip to content

Commit e2cb0a6

Browse files
committed
#12 force-clean is now the default
1 parent 4f3f58e commit e2cb0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/nl/_42/boot/docker/postgres/DockerPostgresProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DockerPostgresProperties {
3030

3131
private Integer timeout = 300000; // 5 minutes because of time required for downloading?
3232

33-
private boolean forceClean = false;
33+
private boolean forceClean = true;
3434

3535
private Integer afterVerificationWait = 0;
3636

0 commit comments

Comments
 (0)