From fcfabe4a8e186d3bea916b10f4e159047b1564b5 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Sun, 19 Jan 2025 20:34:32 +0100 Subject: [PATCH] fix: update db credentials --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index d8d8c60..5f95a64 100755 --- a/compose.yml +++ b/compose.yml @@ -14,9 +14,9 @@ services: db: image: postgres environment: - - POSTGRES_USER=vash + - POSTGRES_USER=stan - POSTGRES_PASSWORD=postgres - - POSTGRES_DB=personal_website + - POSTGRES_DB=postgres ports: - "5432:5432" volumes: