Skip to content

Commit

Permalink
force to compose service to use compose v2 in elasticsearh test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alirexaa committed Aug 5, 2024
1 parent 6ad2898 commit de2b227
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public ElasticContainerFixture()
_compositeService = new Builder()
.UseContainer()
.UseCompose()
.AssumeComposeVersion(Ductus.FluentDocker.Model.Compose.ComposeVersion.V2)
.FromFile(_composeFilePath)
.ForceRecreate()
.Build()
Expand Down

0 comments on commit de2b227

Please sign in to comment.