From d49e732f795e7003d4e4b15e2b90791b9b6172b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Mon, 5 Aug 2024 18:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BA=94=E7=94=A8=20Ghost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- ghost/5.88.3/data.yml | 2 +- ghost/5.88.3/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/5.88.3/data.yml b/ghost/5.88.3/data.yml index 271f24d3a..94ed8d174 100644 --- a/ghost/5.88.3/data.yml +++ b/ghost/5.88.3/data.yml @@ -21,7 +21,7 @@ additionalProperties: value: percona - default: "/home/ghost" edit: true - envKey: GOST_ROOT_PATH + envKey: GHOST_ROOT_PATH labelZh: 数据持久化路径 labelEn: Data persistence path required: true diff --git a/ghost/5.88.3/docker-compose.yml b/ghost/5.88.3/docker-compose.yml index 34b6d79e7..580e5de9e 100644 --- a/ghost/5.88.3/docker-compose.yml +++ b/ghost/5.88.3/docker-compose.yml @@ -19,7 +19,7 @@ services: - /etc/1panel/envs/global.env - ${ENV_FILE:-/etc/1panel/envs/default.env} volumes: - - ${BARK_ROOT_PATH}/data:/var/lib/ghost/content + - ${GHOST_ROOT_PATH}/data:/var/lib/ghost/content environment: - NODE_ENV=production - server__host=127.0.0.1