Downgrade postgres to 17.4

This commit is contained in:
2025-07-01 11:14:20 +05:30
parent ad26ae63b4
commit 6b300af949

View File

@@ -1,6 +1,6 @@
services: services:
gitea_db: gitea_db:
image: docker.io/library/postgres:17.5 image: docker.io/library/postgres:17.4
container_name: gitea_db container_name: gitea_db
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}