1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 04:56:38 +08:00

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

This commit is contained in:
wanghe-fit2cloud 2023-12-04 14:30:33 +08:00
parent 4f255b8df4
commit 8d82185022
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