mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 14:40:34 +08:00
refactor: 默认 calibre-web 持久化数据目录
This commit is contained in:
parent
f1a4ec5620
commit
bc307a2198
@ -8,13 +8,6 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: ./data/books
|
|
||||||
edit: true
|
|
||||||
envKey: DATA_PATH
|
|
||||||
labelEn: Books folder path
|
|
||||||
labelZh: 书本文件夹路径
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: Asia/Shanghai
|
- default: Asia/Shanghai
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TIME_ZONE
|
envKey: TIME_ZONE
|
||||||
|
@ -9,7 +9,7 @@ services:
|
|||||||
- "${PANEL_APP_PORT_HTTP}:8083"
|
- "${PANEL_APP_PORT_HTTP}:8083"
|
||||||
volumes:
|
volumes:
|
||||||
- "./data/config:/config"
|
- "./data/config:/config"
|
||||||
- "${DATA_PATH}:/books"
|
- "./data/books:/books"
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user