Merge pull request #13458 from rioug/docker-upgrade-postgres

Docker upgrade postgres
This commit is contained in:
Ahmed Ejaz
2025-10-15 02:24:16 +05:00
committed by GitHub

View File

@@ -1,12 +1,10 @@
services:
db:
image: postgres:10.19
image: postgres:16
restart: always
environment:
POSTGRES_PASSWORD: f00d
POSTGRES_USER: ofn
ports:
- 5432:5432
volumes:
- 'postgres:/var/lib/postgresql/data'
healthcheck: