/pgbouncer

Docker container with the latest release of pgbouncer (https://pgbouncer.github.io/)

Primary LanguageShell

pgbouncer Docker Image 🐘+🐳=😍

Docker Stars Docker Stars

pgbouncer is a popular, small connection pooler for Postgresql. This is yet another docker image with pgbouncer, based on alpine.

Run this Image

docker run -d \ 
  --name=pgbouncer \
  -e DB_HOST=host.docker.internal \
  -e DB_USER=foo \
  -e DB_PASSWORD=*** \
  -e DB_PORT=5432 \
  illagrenan/pgbouncer:latest

Links