Update postgres (#346)

This commit is contained in:
Kavin 2022-08-30 16:30:57 +05:30 committed by GitHub
parent cb95f139d6
commit 4e7bf8af9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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