@Bean GenericContainer<?> nginxContainer() { return new GenericContainer<>(DockerImageName.parse("nginx:latest")) .withExposedPorts(80); }