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
{{ message }}
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
"If you want to force Compose to stop and recreate all containers, use the\n"+
125
125
"`--force-recreate` flag.", false)
126
-
composeFile:=cmd.String([]string{"f", "-file"}, "hyper-compose.yml", "Specify an alternate compose file")
126
+
composeFile:=cmd.String([]string{"f", "-file"}, "docker-compose.yml", "Specify an alternate compose file")
127
127
projectName:=cmd.String([]string{"p", "-project-name"}, "", "Specify an alternate project name")
128
128
detach:=cmd.Bool([]string{"d", "-detach"}, false, "Detached mode: Run containers in the background,\nprint new container names.\nIncompatible with --abort-on-container-exit.")
129
129
forcerecreate:=cmd.Bool([]string{"-force-recreate"}, false, "Recreate containers even if their configuration\nand image haven't changed.\nIncompatible with --no-recreate.")
cmd:=Cli.Subcmd("compose create", []string{"[SERVICE...]"}, "Creates containers for a service.", false)
242
-
composeFile:=cmd.String([]string{"f", "-file"}, "hyper-compose.yml", "Specify an alternate compose file")
242
+
composeFile:=cmd.String([]string{"f", "-file"}, "docker-compose.yml", "Specify an alternate compose file")
243
243
projectName:=cmd.String([]string{"p", "-project-name"}, "", "Specify an alternate project name")
244
244
forcerecreate:=cmd.Bool([]string{"-force-recreate"}, false, "Recreate containers even if their configuration\nand image haven't changed.\nIncompatible with --no-recreate.")
0 commit comments