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:
parent
2f50b0e8cf
commit
86edf2f180
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue