10.4.0-r16 release

This commit is contained in:
Bitnami Bot
2018-06-14 03:46:23 +00:00
parent 8da0d0d69a
commit 16e3d78265
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`10`, `10.4.0-r15`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-r15/10/Dockerfile)
* [`10`, `10.4.0-r16`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-r16/10/Dockerfile)
* [`10-ol-7`, `10.4.0-ol-7-r0` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r0/10/ol-7/Dockerfile)
* [`9.6`, `9.6.9-r16` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-r16/9.6/Dockerfile)
* [`9.6-ol-7`, `9.6.9-ol-7-r0` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-ol-7-r0/9.6/ol-7/Dockerfile)
@@ -454,7 +454,7 @@ $ docker run --name postgresql bitnami/postgresql:latest
or using Docker Compose:
```bash
$ docker-compose start postgresql
$ docker-compose up postgresql
```
# Notable Changes