Skip to content

Commit

Permalink
Merge pull request #11422 from ndeloof/storage_opts
Browse files Browse the repository at this point in the history
Add support for storage_opt
  • Loading branch information
glours committed Jan 29, 2024
2 parents 5728c43 + 7e99151 commit 05f1472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/compose/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ func (s *composeService) getCreateConfigs(ctx context.Context,
DNSOptions: service.DNSOpts,
ExtraHosts: service.ExtraHosts.AsList(":"),
SecurityOpt: securityOpts,
StorageOpt: service.StorageOpt,
UsernsMode: container.UsernsMode(service.UserNSMode),
UTSMode: container.UTSMode(service.Uts),
Privileged: service.Privileged,
Expand Down

0 comments on commit 05f1472

Please sign in to comment.