Skip to content

Commit e8c1f1d

Browse files
committed
Updated postgres image version to v12
1 parent ac7f26d commit e8c1f1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM postgres:9.6
1+
FROM postgres:12
22
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Using multiple databases with the official PostgreSQL Docker image
22

3+
**IMPORTANT:** This is a fork of an [original repository](https://github.com/mrts/docker-postgresql-multiple-databases). The only change I made here is to update the PostgreSQL version to v12.
4+
35
The [official recommendation](https://hub.docker.com/_/postgres/) for creating
46
multiple databases is as follows:
57

0 commit comments

Comments
 (0)