Use a maintained PostgreSQL version in Docker

Neither PostgreSQL version 9.4 nor version 9.5 are maintained anymore.
This commit is contained in:
Javi Martín
2021-04-16 11:55:07 +02:00
parent 972432ebd1
commit 01a1eb7f4d

View File

@@ -5,7 +5,7 @@ services:
# use the preferred version of the official Postgres image # use the preferred version of the official Postgres image
# see https://hub.docker.com/_/postgres/ # see https://hub.docker.com/_/postgres/
image: postgres:9.4.5 image: postgres:9.6.21
# persist the database between containers by storing it in a volume # persist the database between containers by storing it in a volume
volumes: volumes: