This is an automated email from the ASF dual-hosted git repository.

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 4799b27e33 [hotfix][docker] Removed extra equals in mail user (#9677)
4799b27e33 is described below

commit 4799b27e33a83fe2a56691d37738ebbc76c093bc
Author: mans2singh <[email protected]>
AuthorDate: Sat Apr 23 00:32:31 2022 -0400

    [hotfix][docker] Removed extra equals in mail user (#9677)
---
 docs/docs/en/guide/start/docker.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/en/guide/start/docker.md 
b/docs/docs/en/guide/start/docker.md
index 9e143f0bbc..5265fa3ce5 100644
--- a/docs/docs/en/guide/start/docker.md
+++ b/docs/docs/en/guide/start/docker.md
@@ -977,7 +977,7 @@ Configure the mail service port for `alert-server`, default 
value `empty`.
 
 Configure the mail sender for `alert-server`, default value `empty`.
 
-**`MAIL_USER=`**
+**`MAIL_USER`**
 
 Configure the user name of the mail service for `alert-server`, default value 
`empty`.
 

Reply via email to