Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 95b4380

Browse files
committed
add comment
1 parent 6ea0330 commit 95b4380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/internal/composeplugin/composeplugin.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ func newCommand(command []string, filePaths []string) composeCommand {
148148
}
149149
}
150150

151+
//TO-DO: double check docker compose plugin logic
152+
//to see if it is necessary to implement forceRereate arg here
151153
func newUpCommand(filePaths []string, forceRereate bool) composeCommand {
152154
return newCommand([]string{"up", "-d"}, filePaths)
153155
}

0 commit comments

Comments
 (0)