1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-19 20:31:46 +02:00

Update postgres Docker tag to v16 (#9289)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-12 16:16:04 +00:00 committed by GitHub
parent 8d9d24740b
commit 091bf45149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ version: '3'
services: services:
db: db:
image: postgres:15 image: postgres:16
command: postgres -c work_mem=100000 command: postgres -c work_mem=100000
ports: ports:
- "5432:5432" - "5432:5432"

View File

@ -18,7 +18,7 @@ services:
- POSTGRES_PORT=5432 - POSTGRES_PORT=5432
- POSTGRES_HOST=localhost - POSTGRES_HOST=localhost
db: db:
image: postgres:15 image: postgres:16
ports: ports:
- "5432:5432" - "5432:5432"
environment: environment:

View File

@ -19,7 +19,7 @@ version: '3'
services: services:
db: db:
image: postgres:15 image: postgres:16
volumes: volumes:
- ./data/postgres:/var/lib/postgresql/data - ./data/postgres:/var/lib/postgresql/data
ports: ports: