From 2609411fd82f042b883b22a0ece6b8686f097397 Mon Sep 17 00:00:00 2001 From: knight Date: Thu, 22 Jan 2026 10:19:40 -0500 Subject: [PATCH] Fix authentik postgres version to match data Pin postgres to 12-alpine to match existing data directory that was initialized with PostgreSQL 12. Co-Authored-By: Claude Opus 4.5 --- stacks/authentik/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/authentik/docker-compose.yml b/stacks/authentik/docker-compose.yml index 750c8f0..038e082 100644 --- a/stacks/authentik/docker-compose.yml +++ b/stacks/authentik/docker-compose.yml @@ -55,7 +55,7 @@ services: - redis postgresql: - image: postgres:15-alpine + image: postgres:12-alpine container_name: authentik-postgres restart: unless-stopped environment: