From 57f5b22ab127a67a77e4c42f0a4f8958631fd4c4 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 17 Sep 2025 15:26:23 +0200 Subject: [PATCH] switch to alpine version of postgres --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index ff4f7a4..8f80693 100644 --- a/compose.yml +++ b/compose.yml @@ -42,7 +42,7 @@ services: # Database service # Use PostgreSQL as the database backend inventree-db: - image: postgres:17 + image: postgres:17-alpine container_name: inventree-db expose: - ${INVENTREE_DB_PORT:-5432}/tcp