🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

Java

Description

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

Examples

var nginx = new NginxContainer<>(DockerImageName.parse("nginx:1.23.4-alpine"));
nginx.start();