From 744d6da2cc170250a334b68843b89d06212b5576 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: 萌森 --- apps/ghost/5.88.3/data.yml | 2 +- apps/ghost/5.88.3/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ghost/5.88.3/data.yml b/apps/ghost/5.88.3/data.yml index 271f24d3..94ed8d17 100644 --- a/apps/ghost/5.88.3/data.yml +++ b/apps/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/apps/ghost/5.88.3/docker-compose.yml b/apps/ghost/5.88.3/docker-compose.yml index 34b6d79e..580e5de9 100644 --- a/apps/ghost/5.88.3/docker-compose.yml +++ b/apps/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