From f34ad94ea63fb0e13508d6da3f4ca4b803aad03e Mon Sep 17 00:00:00 2001 From: eumario Date: Fri, 1 Aug 2025 03:33:02 -0500 Subject: [PATCH] Update README.md Updated example compose, to properly show internal folder pointing to /app/data, not /data. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46dd4c2..a9ed308 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ services: ports: - "8080:8080" volumes: - - ./data:/data + - ./data:/app/data ``` This project is currently only setup to be a Single User instance, no login/account system currently