Skip to content

Commit

Permalink
fix: update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Apr 7, 2024
1 parent af5b266 commit 0b94741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcontainers/src/clients/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ impl Http {
if let Some(name) = image.container_name() {
create_options = Some(CreateContainerOptions {
name: name.to_owned(),
platform: None,
})
}

Expand Down

0 comments on commit 0b94741

Please sign in to comment.