Skip to content

Commit

Permalink
Merge pull request #388 from christopherobin/feature/stopsignal
Browse files Browse the repository at this point in the history
Add support for stop-signal in stack command
  • Loading branch information
Vincent Demeester committed Aug 1, 2017
2 parents f47d980 + b129a70 commit f386d47
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
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
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 f386d47

Please sign in to comment.