Skip to content

Commit

Permalink
Merge pull request #44 from miry/patch-1
Browse files Browse the repository at this point in the history
Typo in readme for nginx container
  • Loading branch information
guilleiguaran authored Jun 11, 2024
2 parents ded417e + 5a553a7 commit 23530ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ container = Testcontainers::NginxContainer.new
This creates a new container with the default Nginx image and port. You can customize these by passing arguments to the constructor:

```ruby
container = Testcontainers::MysqlContainer.new("nginx:alpine", port: 8080)
container = Testcontainers::NginxContainer.new("nginx:alpine", port: 8080)
```

You can setup filesystem binds to configure the container with custom configuration files or to serve content from a custom path:
Expand Down

0 comments on commit 23530ca

Please sign in to comment.