Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 416 Bytes

File metadata and controls

18 lines (14 loc) · 416 Bytes

Nginx Module

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

testCompile "org.testcontainers:nginx:{{latest_version}}"
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>nginx</artifactId>
    <version>{{latest_version}}</version>
    <scope>test</scope>
</dependency>