Include stack service configs in service specs

Signed-off-by: John Stephens <johnstep@docker.com>
(cherry picked from commit b7cac96f69)
This commit is contained in:
John Stephens
2017-05-26 21:01:22 -07:00
committed by Kenfe-Mickael Laventure
parent 7f8486a39a
commit cd6b682d4f

View File

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