PostgreSQLContainer constructor

PostgreSQLContainer(
  1. PostgreSQLContainerConfig config,
  2. DockerRunner runner
)

Implementation

PostgreSQLContainer(this.config, DockerRunner runner) : super(runner);