Skip to content

Commit

Permalink
chore: more compose updates in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 3, 2024
1 parent f599979 commit d24cf91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ func TestContainerWithNoUserID(t *testing.T) {
}

func TestGetGatewayIP(t *testing.T) {
// When using docker-compose with DinD mode, and using host port or http wait strategy
// When using docker compose with DinD mode, and using host port or http wait strategy
// It's need to invoke GetGatewayIP for get the host
provider, err := providerType.GetProvider(WithLogger(TestLogger(t)))
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion modules/compose/compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func ExampleNewLocalDockerCompose() {

func ExampleLocalDockerCompose() {
_ = LocalDockerCompose{
Executable: "docker-compose",
Executable: "docker compose",
ComposeFilePaths: []string{
"/path/to/docker-compose.yml",
"/path/to/docker-compose-1.yml",
Expand Down

0 comments on commit d24cf91

Please sign in to comment.