Update docker-compose.deps.yml to use postgres:11 (#1677)

main
Will Hunt 2021-01-04 10:36:36 +00:00 committed by GitHub
parent a85051ca9d
commit e7f2d770df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services:
# PostgreSQL is needed for both polylith and monolith modes.
postgres:
hostname: postgres
image: postgres:9.6
image: postgres:11
restart: always
volumes:
- ./postgres/create_db.sh:/docker-entrypoint-initdb.d/20-create_db.sh