From 49e88322de8103a6767d46fc451c0a75f6fd5792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=8C=82=E8=83=A4=20=28Sun=2C=20Maoyin=29?= Date: Tue, 19 Nov 2024 02:05:05 +0100 Subject: [PATCH] doc: add clarification for length limit of init password (#10824) --- docker/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index f4cec53244..be8d72339f 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -75,7 +75,8 @@ SECRET_KEY=sk-9f73s3ljTXVcMT3Blb3ljTqtsKiGHXVcMT3BlbkFJLK7U # Password for admin user initialization. # If left unset, admin user will not be prompted for a password -# when creating the initial admin account. +# when creating the initial admin account. +# The length of the password cannot exceed 30 charactors. INIT_PASSWORD= # Deployment environment.