From 8d821850227a7f2454b7362083cdee087cdb27f4 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 4 Dec 2023 14:30:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=BB=98=E8=AE=A4=20calibre-web=20?= =?UTF-8?q?=E6=8C=81=E4=B9=85=E5=8C=96=E6=95=B0=E6=8D=AE=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calibre-web/0.6.21-ls241/data.yml | 7 ------- calibre-web/0.6.21-ls241/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) 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