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