1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Fix postgres 14 to 16 ref docker-compose-db.yml

This commit is contained in:
NavyStack 2023-12-18 14:29:47 +09:00
parent 2f50b0e8cf
commit 86edf2f180
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ services:
- postgres
postgres:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data

View file

@ -42,7 +42,7 @@ services:
- postgres
postgres:
image: postgres:14-alpine
image: postgres:16-alpine
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data