1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19: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 3eb488ce61
commit 2b2c772e4a

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