#3778 Upgrading postgresql to v10

This commit is contained in:
Jose OrPa
2019-05-18 13:45:07 +02:00
committed by Christian Adams
parent ffc6e2218e
commit 04ab736f09
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ services:
# dockerfile: Dockerfile-logstash
# Postgres Database Container
postgres:
image: postgres:9.6
image: postgres:10.7
container_name: tools_postgres_1
ports:
- "5432:5432"