Skip to content

Commit

Permalink
Merge pull request #135 from johnstep/fix_stack_service_configs
Browse files Browse the repository at this point in the history
Include stack service configs in service specs
  • Loading branch information
cpuguy83 committed May 30, 2017
2 parents f573976 + b7cac96 commit ebd5191
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 ebd5191

Please sign in to comment.