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