refactor: 默认 calibre-web 持久化数据目录

This commit is contained in:
wanghe-fit2cloud 2023-12-04 14:30:33 +08:00
parent f1a4ec5620
commit bc307a2198
2 changed files with 1 additions and 8 deletions

View File

@ -8,13 +8,6 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: ./data/books
edit: true
envKey: DATA_PATH
labelEn: Books folder path
labelZh: 书本文件夹路径
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE

View File

@ -9,7 +9,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:8083"
volumes:
- "./data/config:/config"
- "${DATA_PATH}:/books"
- "./data/books:/books"
environment:
- PUID=1000
- PGID=1000