Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 272 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 272 Bytes

PgBouncer is a lightweight connection pooler for PostgreSQL.

Current version 1.13.0

See the PgBouncer website for more information.

$ docker build . -t pgbouncer
$ docker run -v <config_dir>:/etc/pgbouncer -p6432:6432 pgbouncer