diff --git a/command/stack/deploy.go b/command/stack/deploy.go index 94ef6bac2c..147df1a0b9 100644 --- a/command/stack/deploy.go +++ b/command/stack/deploy.go @@ -505,6 +505,7 @@ func convertService( Mounts: mounts, StopGracePeriod: service.StopGracePeriod, TTY: service.Tty, + OpenStdin: service.StdinOpen, }, Resources: resources, RestartPolicy: restartPolicy,