Upgraded to postgres 11.

This commit is contained in:
Marvin Blum
2019-10-28 20:34:57 +01:00
parent 673e99b9df
commit a12ed1749c

View File

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