From 7c7f2ad5c733ca6aa6f4042d7c72ce96e3e07451 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 10 Apr 2025 14:24:14 -0400 Subject: [PATCH] feat: Try data mount again now that database was created. --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 49b326c..960fdff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,7 +7,7 @@ services: ports: - 3002:80 volumes: - - "./data:/app/backend/data" + - "${DATA_MNT}:/app/backend/data" networks: - proxy healthcheck: