You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composeUpCommand.Flags().Bool("build", false, "Build images before starting containers.")
42
42
composeUpCommand.Flags().Bool("ipfs", false, "Allow pulling base images from IPFS during build")
43
43
composeUpCommand.Flags().Bool("quiet-pull", false, "Pull without printing progress information")
44
+
composeUpCommand.Flags().Bool("remove-orphans", false, "Remove containers for services not defined in the Compose file.")
44
45
composeUpCommand.Flags().StringArray("scale", []string{}, "Scale SERVICE to NUM instances. Overrides the `scale` setting in the Compose file if present.")
0 commit comments