fix: fix beaverhabits volume
This commit is contained in:
@@ -7,10 +7,10 @@ services:
|
|||||||
- INDEX_SHOW_HABIT_COUNT=true # To display total completed count along with the habit name on the index page. The default setting is false.
|
- INDEX_SHOW_HABIT_COUNT=true # To display total completed count along with the habit name on the index page. The default setting is false.
|
||||||
- HABITS_STORAGE=USER_DISK # DATABASE stores in a single SQLite database named habits.db. USER_DISK option saves in a local json file.
|
- HABITS_STORAGE=USER_DISK # DATABASE stores in a single SQLite database named habits.db. USER_DISK option saves in a local json file.
|
||||||
#- TRUSTED_LOCAL_EMAIL=huonghaiduynhim@gmail.com # Skip authentication
|
#- TRUSTED_LOCAL_EMAIL=huonghaiduynhim@gmail.com # Skip authentication
|
||||||
- INDEX_HABIT_DATE_COLUMNS=7 # Customize the date columns for the index page.
|
- INDEX_HABIT_DATE_COLUMNS=5 # Customize the date columns for the index page.
|
||||||
#- ENABLE_IOS_STANDALONE=true
|
#- ENABLE_IOS_STANDALONE=true
|
||||||
volumes:
|
volumes:
|
||||||
- /data/docker/beaverhabits/:/app/.user/ # Change directory to match your docker file scheme.
|
- /docker/beaverhabits/:/app/.user/ # Change directory to match your docker file scheme.
|
||||||
ports:
|
ports:
|
||||||
- 8006:8080
|
- 8006:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user