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

chore: Pin postgres version for docker-compose-db (#919)

Closes #918
This commit is contained in:
Holden Hu 2024-10-23 02:16:26 +08:00 committed by GitHub
parent fa3b1d7b28
commit 98413d759a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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