check docker-compose version
This commit is contained in:
@ -16,7 +16,7 @@ var CmdComposeLogs = cli.Command{
|
||||
|
||||
func RunComposeLogs(cmd *cli.Context) error {
|
||||
ctx := context.InitCommand(cmd)
|
||||
compose.ExecComposerLogs(ctx)
|
||||
compose.ExecComposerLogs(ctx, cmd.Args())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
@ -17,6 +17,7 @@ var CmdDockerUp = cli.Command{
|
||||
func RunComposeUp(cmd *cli.Context) error {
|
||||
ctx := context.InitCommand(cmd)
|
||||
compose.ExecComposerUp(ctx)
|
||||
compose.ExecComposerLogs(ctx, cmd.Args())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user