diff --git a/nginx-ui/2.0.0/data.yml b/nginx-ui/2.0.0/data.yml index 93211472e..abd7b3c93 100644 --- a/nginx-ui/2.0.0/data.yml +++ b/nginx-ui/2.0.0/data.yml @@ -58,29 +58,17 @@ additionalProperties: labelEn: Nginx UI Display Title required: true type: text - - default: "false" - edit: true - envKey: NGINX_UI_SERVER_SKIP_INSTALLATION - labelZh: 跳过安装模式 - labelEn: Skip Installation Mode - required: true - type: select - values: - - label: 跳过 - value: "true" - - label: 不跳过 - value: "false" - default: "" edit: true envKey: NGINX_UI_PREDEFINED_USER_NAME - labelZh: 预设用户名 (跳过安装模式) + labelZh: 预设用户名 labelEn: Predefined Username required: false type: text - default: "" edit: true envKey: NGINX_UI_PREDEFINED_USER_PASSWORD - labelZh: 预设密码 (跳过安装模式) + labelZh: 预设密码 labelEn: Predefined Password required: false type: text diff --git a/nginx-ui/2.0.0/docker-compose.yml b/nginx-ui/2.0.0/docker-compose.yml index 17db75c96..3532046a7 100644 --- a/nginx-ui/2.0.0/docker-compose.yml +++ b/nginx-ui/2.0.0/docker-compose.yml @@ -33,3 +33,4 @@ services: - NGINX_UI_SERVER_START_CMD=database - NGINX_UI_SERVER_PAGE_SIZE=10 - NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7 + - NGINX_UI_SERVER_SKIP_INSTALLATION=true