Skip to content

Commit

Permalink
fix: make docker.host optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 5, 2021
1 parent b8d4d9f commit da9ffc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ var _ ContainerProvider = (*DockerProvider)(nil)

// or through Decode
type TestContainersConfig struct {
Host string `properties:"docker.host"`
Host string `properties:"docker.host,default="`
TLSVerify int `properties:"docker.tls.verify,default=0"`
CertPath string `properties:"docker.cert.path,default="`
}
Expand Down

0 comments on commit da9ffc7

Please sign in to comment.