Merge pull request #2932 from software2000/develop

Update postgres in documentation
This commit is contained in:
vabene1111 2024-02-05 13:51:33 +01:00 committed by GitHub
commit 2fd72fe985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

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

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:

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:

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:

View File

@ -69,7 +69,7 @@ services:
db_recipes:
restart: always
container_name: db_recipes
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- ./recipes/db:/var/lib/postgresql/data
env_file:

View File

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