1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

ci: change docker-compose-db postgres

This commit is contained in:
SedationH 2024-10-22 23:14:45 +08:00
parent fa3b1d7b28
commit 478cc55329

View file

@ -2,7 +2,7 @@ version: '3'
services:
postgres:
image: postgres:alpine
image: postgres:14
restart: unless-stopped
volumes:
- db-data:/var/lib/postgresql/data