diff --git a/donetick/donetick.xml b/donetick/donetick.xml
index 474566f..4e7bb36 100644
--- a/donetick/donetick.xml
+++ b/donetick/donetick.xml
@@ -11,27 +11,20 @@
https://github.com/donetick/donetick
Donetick is a self-hosted application - An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized
Productivity:
- http://[IP]:[PORT:8085]
+ http://[IP]:[PORT:8000]
https://raw.githubusercontent.com/donetick/donetick/main/web/public/logo.svg
- Donetick is a self-hosted application - An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized. Features include:
-
- - Task Management
- - User Management
- - Chore Scheduling
- - Progress Tracking
- - Customizable Categories
-
+ Donetick is a self-hosted application - An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized. Requires selfhosted.yaml configuration file.
bridge
- 8085
+ 8000
8000
tcp
@@ -40,12 +33,12 @@
- /mnt/user/appdata/donetick/database
- /data
+ /mnt/user/appdata/Donetick/database
+ /usr/src/app/data
rw
- /mnt/user/appdata/donetick
+ /mnt/user/appdata/Donetick
/config
rw
@@ -58,7 +51,7 @@
DT_SQLITE_PATH
- /data/donetick.db
+ /usr/src/app/data/donetick.db
@@ -67,35 +60,35 @@
8085
+ Mask="false">8000
/mnt/user/appdata/donetick/database
+ Mask="false">/mnt/user/appdata/Donetick/database
/mnt/user/appdata/donetick
+ Mask="false">/mnt/user/appdata/Donetick
/data/donetick.db
+ Mask="false">/usr/src/app/data/donetick.db
\ No newline at end of file