From 531f28093da3dcd27b3a460e67ef1e77c0eb269a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Tue, 13 Aug 2024 13:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=B1=E5=BD=B1CMS=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/iycms/3.3.44/data.yml | 7 ------- apps/iycms/3.3.44/docker-compose.yml | 2 -- 2 files changed, 9 deletions(-) diff --git a/apps/iycms/3.3.44/data.yml b/apps/iycms/3.3.44/data.yml index 245e890e2..e13980998 100644 --- a/apps/iycms/3.3.44/data.yml +++ b/apps/iycms/3.3.44/data.yml @@ -1,12 +1,5 @@ additionalProperties: formFields: - - default: "/home/iycms" - edit: true - envKey: IYCMS_ROOT_PATH - labelZh: 数据持久化路径 - labelEn: Data persistence path - required: true - type: text - default: 80 edit: true envKey: PANEL_APP_PORT_HTTP diff --git a/apps/iycms/3.3.44/docker-compose.yml b/apps/iycms/3.3.44/docker-compose.yml index 4e5b9b1ed..4209e0095 100644 --- a/apps/iycms/3.3.44/docker-compose.yml +++ b/apps/iycms/3.3.44/docker-compose.yml @@ -16,5 +16,3 @@ services: ports: - ${PANEL_APP_PORT_HTTP}:80 - ${PANEL_APP_PORT_ADMIN}:21007 - volumes: - - ${IYCMS_ROOT_PATH}/data:/app/iycms