From 396bc007c5f6062bacc13dbd90fa7799fc20e158 Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Thu, 19 Jun 2025 23:20:21 +0200 Subject: [PATCH] Removed invalid dot from compose That actually moved the data dir outside of my moonlight install path --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 868d544..40b948f 100644 --- a/compose.yml +++ b/compose.yml @@ -39,9 +39,9 @@ services: - POSTGRES_DB=${MOONLIGHT_DATABASE_NAME} - POSTGRES_PASSWORD=${MOONLIGHT_DATABASE_PASSWORD} volumes: - - .${MOONLIGHT_DATA}/database:/var/lib/postgresql/data + - ${MOONLIGHT_DATA}/database:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready"] interval: 10s timeout: 5s - retries: 5 \ No newline at end of file + retries: 5