Update docker-compose.yml

This commit is contained in:
Kavin 2022-08-30 15:06:42 +05:30 committed by GitHub
parent cb95f139d6
commit b5ef43db8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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