diff --git a/calibre-web/0.6.21-ls241/data.yml b/calibre-web/0.6.21-ls241/data.yml index 9e95dab71..9099d0c1a 100644 --- a/calibre-web/0.6.21-ls241/data.yml +++ b/calibre-web/0.6.21-ls241/data.yml @@ -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 diff --git a/calibre-web/0.6.21-ls241/docker-compose.yml b/calibre-web/0.6.21-ls241/docker-compose.yml index 0ea9d5ebd..fbcf68988 100644 --- a/calibre-web/0.6.21-ls241/docker-compose.yml +++ b/calibre-web/0.6.21-ls241/docker-compose.yml @@ -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