From ef003b872faba48fbfa76ab23f1bd7f2ffb3dd30 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Sat, 6 Dec 2025 14:54:30 +0100 Subject: [PATCH] OP#213 change Entrypoint and re-enable deleting branches --- Dockerfile | 3 +-- README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14db71e..7e92755 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,5 +35,4 @@ EXPOSE 6432 HEALTHCHECK --interval=10s --timeout=3s --retries=3 CMD \ pg_isready -h 127.0.0.1 -p 6432 || exit 1 -ENTRYPOINT ["/usr/bin/dumb-init", "--"] -CMD ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] +ENTRYPOINT ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] diff --git a/README.md b/README.md index d9cebf2..a8740e9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ # Purpose -`Pgbouncer` is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance. +`Pgbouncer` is a loadbalancer for postgresql connections and very helpful in managing aspects of postgresql performance through the reuse of connections. `confdroid_pgbouncer`is a standalone container suitable for running on kubernetes etc to facilitate loadbalancer deployments. \ No newline at end of file