Skip to content

Commit

Permalink
Include stack service configs in service specs
Browse files Browse the repository at this point in the history
Signed-off-by: John Stephens <johnstep@docker.com>
  • Loading branch information
johnstep committed May 27, 2017
1 parent 1b8b63b commit b7cac96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/compose/convert/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func convertService(
TTY: service.Tty,
OpenStdin: service.StdinOpen,
Secrets: secrets,
Configs: configs,
ReadOnly: service.ReadOnly,
Privileges: &privileges,
},
Expand Down

0 comments on commit b7cac96

Please sign in to comment.