Skip to content

Commit

Permalink
Add support for stdin_open in composefile v3
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 11, 2016
1 parent 356421b commit f24ff64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/stack/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ func convertService(
Mounts: mounts,
StopGracePeriod: service.StopGracePeriod,
TTY: service.Tty,
OpenStdin: service.StdinOpen,
},
Resources: resources,
RestartPolicy: restartPolicy,
Expand Down

0 comments on commit f24ff64

Please sign in to comment.