diff --git a/260507_pgbouncer_deployment.md b/260507_pgbouncer_deployment.md index 7decf0f..fd0329a 100644 --- a/260507_pgbouncer_deployment.md +++ b/260507_pgbouncer_deployment.md @@ -40,7 +40,7 @@ no host port binding. ```yaml pgbouncer: - image: edoburu/pgbouncer:1.23.1 + image: edoburu/pgbouncer restart: always depends_on: timescale_db: diff --git a/docker-compose.yaml b/docker-compose.yaml index d672140..e8cb20b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -84,7 +84,7 @@ services: # Runbook: 260507_pgbouncer_deployment.md # Internal Docker network only — no host port. SCRAM passthrough via # auth_query against the public.user_lookup() function (migration 10). - image: edoburu/pgbouncer:1.23.1 + image: edoburu/pgbouncer restart: always depends_on: timescale_db: