From 6dfc2f46e0449515b0b4cec0fd7fb03157155a1c Mon Sep 17 00:00:00 2001 From: Halo Dev Bot <87291978+halo-dev-bot@users.noreply.github.com> Date: Tue, 3 Jan 2023 15:40:35 +0800 Subject: [PATCH] [release-2.1] Refine docker-run command in README.md (#3099) This is an automated cherry-pick of #3098 /assign JohnNiang ```release-note None ``` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d236ff7dd..1f0aab71c 100755 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ docker run \ --name halo \ -p 8090:8090 \ -v ~/.halo2:/root/.halo2 \ - -e HALO_EXTERNAL_URL=http://localhost:8090/ \ - -e HALO_SECURITY_INITIALIZER_SUPERADMINUSERNAME=admin \ - -e HALO_SECURITY_INITIALIZER_SUPERADMINPASSWORD=P@88w0rd \ - halohub/halo:2.0 + halohub/halo:2.1 \ + --halo.external-url=http://localhost:8090/ \ + --halo.security.initializer.superadminuser=admin \ + --halo.security.initializer.superadminpassword=P@88w0rd ``` 以上仅作为体验使用,详细部署文档请查阅: