Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from mlaventure/chp-cli-135
Browse files Browse the repository at this point in the history
Include stack service configs in service specs
  • Loading branch information
andrewhsu authored Jun 5, 2017
2 parents a148bf6 + cd6b682 commit c1f7e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/cli/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 c1f7e41

Please sign in to comment.