update postgres version (#8)

updated postgreSQL version to the current 11 version
(https://hub.docker.com/_/postgres)
This commit is contained in:
simonschweizer
2021-02-23 20:54:23 +01:00
committed by GitHub
parent 23f60d4721
commit b4da8beaa4

View File

@@ -6,7 +6,7 @@ volumes:
services:
postgres:
image: postgres:11.5-alpine
image: postgres:11-alpine
container_name: postgres
restart: unless-stopped
volumes: