Skip to content

Commit

Permalink
Merge pull request #6 from melvinkcx/readme_update
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
melvinkcx authored Oct 21, 2019
2 parents 8341ed2 + d2782dc commit fb8ad3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# RDS_PGPOOL v0.2.6 - PgPool-II Docker Image For AWS RDS Load Balancing
# RDS_PGPOOL v0.2.9 - PgPool-II Docker Image For AWS RDS Load Balancing


This image builds PgPool-II from source on top of Ubuntu 18.04 LTS.

rds_pgpool comes with configuration files for load balancing and connection pooling for AWS RDS for PostgresQL.

__Latest image version__: `v0.2.6`
__Latest image version__: `v0.2.9`

> Do NOT use any version before v0.2.6
> Do NOT use any version before v0.2.8

__Packages versions:__
Expand Down Expand Up @@ -53,7 +53,7 @@ version: "3"
services:
pgpool:
restart: 'always'
image: melvinkcx/rds_pgpool:0.2.6
image: melvinkcx/rds_pgpool:0.2.9
ports:
- "9999:9999"
- "9000:9000"
Expand Down Expand Up @@ -100,7 +100,7 @@ version: "3"
services:
pgpool:
restart: 'always'
image: melvinkcx/rds_pgpool:0.2.6
image: melvinkcx/rds_pgpool:0.2.9
ports:
- "9999:9999"
- "9000:9000"
Expand Down Expand Up @@ -129,7 +129,7 @@ version: "3"
services:
pgpool:
restart: 'always'
image: melvinkcx/rds_pgpool:0.2.6
image: melvinkcx/rds_pgpool:0.2.9
ports:
- "9999:9999"
- "9000:9000"
Expand Down

0 comments on commit fb8ad3e

Please sign in to comment.