From 5f206e75f1537bab3c6a7b449f12a9cf533ca60f Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Tue, 5 Aug 2025 14:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/shopware/6.7.1.2/data.yml | 7 ------- apps/shopware/6.7.1.2/docker-compose.yml | 2 -- 2 files changed, 9 deletions(-) diff --git a/apps/shopware/6.7.1.2/data.yml b/apps/shopware/6.7.1.2/data.yml index b00b757d0..482f7b275 100644 --- a/apps/shopware/6.7.1.2/data.yml +++ b/apps/shopware/6.7.1.2/data.yml @@ -1,12 +1,5 @@ additionalProperties: formFields: - - default: "/home/dockware" - edit: true - envKey: DOCKWARE_ROOT_PATH - labelZh: 数据持久化路径 - labelEn: Data persistence path - required: true - type: text - default: 8080 edit: true envKey: PANEL_APP_PORT_HTTP diff --git a/apps/shopware/6.7.1.2/docker-compose.yml b/apps/shopware/6.7.1.2/docker-compose.yml index effedda88..b7c568f93 100644 --- a/apps/shopware/6.7.1.2/docker-compose.yml +++ b/apps/shopware/6.7.1.2/docker-compose.yml @@ -23,8 +23,6 @@ services: env_file: - ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env} - ${ENV_FILE:-/etc/1panel/envs/default.env} - volumes: - - ${DOCKWARE_ROOT_PATH}/public:/var/www/html/public environment: - TZ=Asia/Shanghai - XDEBUG_ENABLED=0