Upgrade to postgres 12.

This commit is contained in:
Marvin Blum
2020-02-28 19:09:34 +01:00
committed by GitHub
parent a12ed1749c
commit 60d5573fa2

View File

@@ -1,8 +1,8 @@
version: '2'
version: '3'
services:
mysql:
image: postgres:11
postgres:
image: postgres:12
container_name: postgres
restart: always
ports:
@@ -10,5 +10,4 @@ services:
environment:
- POSTGRES_PASSWORD=postgres
volumes:
- /home/marvin/docker/postgres/data-11:/var/lib/postgresql/data
- /home/marvin/docker/postgres/data-12:/var/lib/postgresql/data