mirror of https://github.com/halo-dev/halo
Bump Halo to 2.2.1-SNAPSHOT for release-2.2 branch (#3202)
#### What type of PR is this? /kind cleanup /area core #### What this PR does / why we need it: Bump Halo to 2.2.1-SNAPSHOT and update README.md. #### Does this PR introduce a user-facing change? ```release-note None ```pull/3275/head
parent
0c18fb3ec4
commit
a029c9a051
|
@ -29,7 +29,7 @@ docker run \
|
||||||
--name halo \
|
--name halo \
|
||||||
-p 8090:8090 \
|
-p 8090:8090 \
|
||||||
-v ~/.halo2:/root/.halo2 \
|
-v ~/.halo2:/root/.halo2 \
|
||||||
halohub/halo:2.1 \
|
halohub/halo:2.2 \
|
||||||
--halo.external-url=http://localhost:8090/ \
|
--halo.external-url=http://localhost:8090/ \
|
||||||
--halo.security.initializer.superadminuser=admin \
|
--halo.security.initializer.superadminuser=admin \
|
||||||
--halo.security.initializer.superadminpassword=P@88w0rd
|
--halo.security.initializer.superadminpassword=P@88w0rd
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version=2.2.0-SNAPSHOT
|
version=2.2.1-SNAPSHOT
|
||||||
|
|
Loading…
Reference in New Issue