update postgres in documentation to version 16

This commit is contained in:
software2000
2024-02-04 22:32:03 +01:00
parent e5303967df
commit ce0ee8caaa
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ version: "3"
services:
db_recipes:
restart: always
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./postgresql:/var/lib/postgresql/data
env_file: