Include stack service configs in service specs

Signed-off-by: John Stephens <johnstep@docker.com>
This commit is contained in:
John Stephens 2017-05-26 21:01:22 -07:00
parent 1b8b63be5c
commit b7cac96f69
No known key found for this signature in database
GPG Key ID: 240549B2101E94D4
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ func convertService(
TTY: service.Tty,
OpenStdin: service.StdinOpen,
Secrets: secrets,
Configs: configs,
ReadOnly: service.ReadOnly,
Privileges: &privileges,
},