Skip to content

Commit

Permalink
Update docs/modules/nats.md
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 9247184 commit 03a0d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ These arguments are passed to the NATS server when it starts, as part of the com
#### Custom configuration file
- Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
It's possible to pass a custom config file to NATS container using `nats.WithConfigFile(strings.NewReader(config))`. The `io.Reader` is passed as a `-config /etc/nats.conf` arguments to an entrypoint.

!!! note
Expand Down

0 comments on commit 03a0d09

Please sign in to comment.