1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Lock postgres version

Closes #312
This commit is contained in:
Maksim Eltyshev 2022-10-20 12:22:35 +02:00
parent c07351d779
commit 84d8266dce

View file

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