From 60afdc868192b028c97abf521068832a3f393769 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 21 May 2026 21:24:46 -0400 Subject: [PATCH] Fixing issue with postgresql change --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 28672af..4ab130d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -28,7 +28,7 @@ services: POSTGRES_DB: ${POSTGRES_AUTH_DB:-icarus_auth_db} volumes: # Persist database data using a named volume - - postgres_data:/var/lib/postgresql/data + - postgres_data:/var/lib/postgresql ports: [] healthcheck: # Checks if Postgres is ready to accept connections