Skip to content

Commit

Permalink
Merge pull request moby#28297 from vdemeester/compose-swarm-openstdin
Browse files Browse the repository at this point in the history
Add support for stdin_open in compose to swarm
  • Loading branch information
thaJeztah authored Nov 11, 2016
2 parents 84a795b + f24ff64 commit 57da27f
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 @@ -506,6 +506,7 @@ func convertService(
Mounts: mounts,
StopGracePeriod: service.StopGracePeriod,
TTY: service.Tty,
OpenStdin: service.StdinOpen,
},
Resources: resources,
RestartPolicy: restartPolicy,
Expand Down

0 comments on commit 57da27f

Please sign in to comment.