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

chore: Bump postgres to version 16

This commit is contained in:
Maksim Eltyshev 2024-10-22 20:10:28 +02:00
parent 478cc55329
commit b44f29477e

View file

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