From 3f0ec70ce179d0b071051fb75e4d5c2afdc1e0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Mon, 5 Aug 2024 19:06:53 +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 8478b890..507f9f63 100644 --- a/apps/ghost/5.88.3/data.yml +++ b/apps/ghost/5.88.3/data.yml @@ -120,7 +120,7 @@ additionalProperties: labelZh: 邮件鉴权 密码 labelEn: Mail Password required: true - type: text + type: password - default: "" edit: true envKey: mail__from diff --git a/apps/ghost/5.88.3/docker-compose.yml b/apps/ghost/5.88.3/docker-compose.yml index 580e5de9..9f19fb51 100644 --- a/apps/ghost/5.88.3/docker-compose.yml +++ b/apps/ghost/5.88.3/docker-compose.yml @@ -22,6 +22,6 @@ services: - ${GHOST_ROOT_PATH}/data:/var/lib/ghost/content environment: - NODE_ENV=production - - server__host=127.0.0.1 + - server__host=0.0.0.0 - server__port=2368 - database__client=mysql