docs: Update docker-compose.yml example to Postgres 16 and update initialization script (#8486)
This commit is contained in:
@@ -31,7 +31,7 @@ x-shared: &shared
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:11
|
||||
image: postgres:16
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_USER
|
||||
|
||||
Reference in New Issue
Block a user