mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
ci: change docker-compose-db postgres
This commit is contained in:
parent
fa3b1d7b28
commit
478cc55329
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:alpine
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue