docs: Update docker-compose.yml example to Postgres 16 and update initialization script (#8486)

This commit is contained in:
johnyb0y
2024-02-23 14:43:59 +01:00
committed by GitHub
parent 3ba2cdcadb
commit 9b0d98403a
4 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ x-shared: &shared
services:
postgres:
image: postgres:11
image: postgres:16
restart: always
environment:
- POSTGRES_USER