Skip to content

Commit

Permalink
Update modules/nats/options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel de la Peña <[email protected]>
  • Loading branch information
vyskocilm and mdelapenya authored Dec 2, 2024
1 parent 9a9225f commit 51efb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nats/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func WithArgument(flag string, value string) CmdOption {
}

// WithConfigFile pass io.Reader to the NATS container as /etc/nats.conf
// Changes of a connectivity (listen address, or ports) may break a testcontainer
// Changing the connectivity (listen address or ports) can break the container setup.
func WithConfigFile(config io.Reader) testcontainers.CustomizeRequestOption {
return func(req *testcontainers.GenericContainerRequest) error {
if config != nil {
Expand Down

0 comments on commit 51efb82

Please sign in to comment.