Updating example to Postgres v14

See issue #2052
This commit is contained in:
Ben Yanke 2021-11-28 22:05:23 -05:00 committed by GitHub
parent 11f588b0d6
commit b44c06aea7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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