huggla / alpine-pgbouncer-old

Minimalistic Alpine Linux pgBouncer container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alpine-pgbouncer

Minimalistic pgBouncer container with a small disk footprint (7.835 MB).

Layers Stars Pulls

To configure pgBouncer mount an external volume to /etc/pgbouncer with the pgbouncer.ini and userlist.txt file in them.

Example Usage

docker run --name pgbouncer -d -p 6432:6432 -v /home/core/pgbouncer:/etc/pgbouncer gavinmroy/alpine-pgbouncer

About

Minimalistic Alpine Linux pgBouncer container


Languages

Language:Python 50.2%Language:Shell 49.8%