Skip to content

Commit 1e1469f

Browse files
xenoscopicekcasey
andauthored
Update commands/compose.go
Co-authored-by: Emily Casey <emily.casey@docker.com>
1 parent 6b267da commit 1e1469f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/cli/commands/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func newUpCommand() *cobra.Command {
5656
return err
5757
}
5858

59-
if ctxSize > 0 && ctxSize != 4096 {
59+
if ctxSize > 0 {
6060
sendInfo(fmt.Sprintf("Setting context size to %d", ctxSize))
6161
}
6262
if rawRuntimeFlags != "" {

0 commit comments

Comments
 (0)