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: services:
mysql: mysql:
image: postgres:10 image: postgres:11
container_name: postgres container_name: postgres
restart: always restart: always
ports: ports:
@@ -10,5 +10,5 @@ services:
environment: environment:
- POSTGRES_PASSWORD=postgres - POSTGRES_PASSWORD=postgres
volumes: volumes:
- /home/marvin/docker/postgres/data:/var/lib/postgresql/data - /home/marvin/docker/postgres/data-11:/var/lib/postgresql/data