From bf99d685da7c4220dbb41b095885f2ab93e7ac82 Mon Sep 17 00:00:00 2001 From: Nerdy Technician Date: Sat, 18 Apr 2026 23:51:09 +0100 Subject: [PATCH] Change PostgreSQL image to 17-alpine in compose.yml --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index cdd5614..6a53505 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: condition: service_started db: - image: postgres:17 + image: postgres:17-alpine restart: always environment: POSTGRES_USER: postgres @@ -32,4 +32,4 @@ services: - postgres_data:/var/lib/postgresql/data volumes: - postgres_data: \ No newline at end of file + postgres_data: