diff --git a/cli/app/run.go b/cli/app/run.go
index 283cdb0be..32a2361e2 100644
--- a/cli/app/run.go
+++ b/cli/app/run.go
@@ -63,7 +63,7 @@ var appRunCommand = cli.Command{
 		filters := filters.NewArgs()
 		filters.Add("name", stackAndServiceName)
 
-		targetContainer, err := containerPkg.GetContainer(context.Background(), cl, filters, true)
+		targetContainer, err := containerPkg.GetContainer(context.Background(), cl, filters, false)
 		if err != nil {
 			logrus.Fatal(err)
 		}