Skip to content

Commit 006cedd

Browse files
committed
feat: force recreate containers upon compose up
1 parent 2537cc7 commit 006cedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transactions/docker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pub async fn compose_up(container_name: &str) -> Result<()> {
2828
.arg("up")
2929
.arg("-d")
3030
.arg(container_name)
31+
.arg("--force-recreate")
3132
.output()
3233
.await
3334
{

0 commit comments

Comments
 (0)