diff --git a/beaverhabits/compose.yaml b/beaverhabits/docker-compose.yaml similarity index 81% rename from beaverhabits/compose.yaml rename to beaverhabits/docker-compose.yaml index f154ddc..057df06 100644 --- a/beaverhabits/compose.yaml +++ b/beaverhabits/docker-compose.yaml @@ -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. - 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 - - 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 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: - 8006:8080 restart: unless-stopped