From 6f85a60a610257cdae3194bca31667f47f3950d5 Mon Sep 17 00:00:00 2001 From: hhf Date: Wed, 4 Dec 2024 21:53:57 +0530 Subject: [PATCH] Update donetick/README.md --- donetick/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/donetick/README.md b/donetick/README.md index 9332558..81684ca 100644 --- a/donetick/README.md +++ b/donetick/README.md @@ -8,21 +8,21 @@ mkdir -p /mnt/user/appdata/Donetick/config 2. Create the selfhosted.yaml file: ```bash -nano /mnt/user/appdata/Donetick/config/default.yaml +nano /mnt/user/appdata/Donetick/config/local.yaml ``` Copy the YAML content from above into this file. 3. Set proper permissions: ```bash chmod -R 755 /mnt/user/appdata/Donetick -chmod 644 /mnt/user/appdata/Donetick/config/default.yaml +chmod 644 /mnt/user/appdata/Donetick/config/local.yaml chown -R nobody:users /mnt/user/appdata/Donetick ``` Key points: 1. Updated all paths to match the container's internal structure 2. Fixed the database path to use `/usr/src/app/data` -3. Corrected the WebUI port to 8000 +3. Corrected the WebUI port to 2021 4. Updated volume mappings to match the application's requirements Remember to: