From 48e14a5830a533fb6225fcafd1f468a65827daa6 Mon Sep 17 00:00:00 2001 From: jmanczak Date: Thu, 23 Apr 2026 18:29:32 +0200 Subject: [PATCH] decrement postgres version because the docker image did an oopsie --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ab9f5bf..1b3fde9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -16,7 +16,7 @@ services: depends_on: - postgres postgres: - image: postgres:18.3-alpine3.23 + image: postgres:18.2-alpine3.23 restart: unless-stopped ports: - 5432:5432