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