Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Apr 22, 2024
1 parent b40e061 commit f702fb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/compose/compose_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ type dockerCompose struct {
// used in ServiceContainer(...) function to avoid calls to the Docker API
containers map[string]*testcontainers.DockerContainer

// cache for containers that are part of the stack
// used in ServiceContainer(...) function to avoid calls to the Docker API
// cache for networks in the compose stack
networks map[string]*testcontainers.DockerNetwork

// docker/compose API service instance used to control the compose stack
Expand Down

0 comments on commit f702fb8

Please sign in to comment.