Update Postgres for Opengist

This commit is contained in:
2025-08-31 13:25:36 +05:30
parent 950e04c590
commit 426df779ec

View File

@@ -1,7 +1,7 @@
services:
opengist_db:
container_name: opengist_db
image: docker.io/library/postgres:17.5
image: docker.io/library/postgres:17.6
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}