From fee9164da389870302c88f32e249a4f9ccad594a Mon Sep 17 00:00:00 2001 From: nova <110734810+novanai@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:16:03 +0000 Subject: [PATCH] Update compose.yaml Co-authored-by: wizzdom --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 6024f66..2024cad 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,7 @@ services: - .env postgres: - image: postgres:17 + image: postgres:17-alpine restart: unless-stopped ports: - 5432:5432