cluster/lib/cluster/runner.rb in sct-1.1.2 vs cluster/lib/cluster/runner.rb in sct-1.2.0
- old
+ new
@@ -24,10 +24,10 @@
run_dc "build #{options.pull ? "--pull" : ""}"
end
run "docker container prune -f"
- run_dc "up --detach"
+ run_dc "up --detach --remove-orphans --force-recreate --always-recreate-deps"
if options.pull or options.build
system "docker image prune -f"
end