Skip to content

Commit

Permalink
Add support for stop-signal in stack command
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Robin <crobin@nekoo.com>
  • Loading branch information
christopherobin committed Jul 27, 2017
1 parent dfbad2b commit b129a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cli/compose/convert/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func Service(
User: service.User,
Mounts: mounts,
StopGracePeriod: service.StopGracePeriod,
StopSignal: service.StopSignal,
TTY: service.Tty,
OpenStdin: service.StdinOpen,
Secrets: secrets,
Expand Down
1 change: 0 additions & 1 deletion cli/compose/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ var UnsupportedProperties = []string{
"restart",
"security_opt",
"shm_size",
"stop_signal",
"sysctls",
"tmpfs",
"userns_mode",
Expand Down

0 comments on commit b129a70

Please sign in to comment.