From fcf038c4d8a415b48269406662aee8eda23d0434 Mon Sep 17 00:00:00 2001 From: Matthias Wirtz Date: Mon, 18 Aug 2025 20:54:12 +0200 Subject: [PATCH] pin to specific release of debian to avoid collation mismatch --- server/config/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/compose.yaml b/server/config/compose.yaml index aa2189c545..6cb55c86cb 100644 --- a/server/config/compose.yaml +++ b/server/config/compose.yaml @@ -21,7 +21,7 @@ services: command: "TCP-LISTEN:3200,fork,reuseaddr TCP:minio:3200" postgres: - image: postgres:15 + image: postgres:15-trixie env_file: - .env # Wait for postgres to accept connections before starting museum.