Merge pull request #135 from johnstep/fix_stack_service_configs

Include stack service configs in service specs
This commit is contained in:
Brian Goff 2017-05-30 13:17:49 -04:00 committed by GitHub
commit ebd5191c0e
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,
},