Downgrading Postgres version for Maxun.

This commit is contained in:
2025-05-27 08:24:55 -04:00
parent e3975a83c5
commit 465823d215
+1 -1
View File
@@ -3119,7 +3119,7 @@ services:
restart: unless-stopped
maxun-pg-db:
container_name: maxun-pg-db
image: postgres:17-alpine
image: postgres:13-alpine
environment:
POSTGRES_USER: maxun
POSTGRES_PASSWORD: ${MAXUN_DB_PASSWORD}