Skip to content

Commit

Permalink
Bump halo version to 2.6.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunheyi6 authored Jun 1, 2023
1 parent 535212e commit d7bf913
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
halo:
image: halohub/halo:2.5.2
image: halohub/halo:2.6.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
Expand Down
2 changes: 1 addition & 1 deletion apps/halo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker run \
--name halo \
-p 8090:8090 \
-v ~/.halo2:/root/.halo2 \
halohub/halo:2.2 \
halohub/halo:2.6.0 \
--halo.external-url=http://localhost:8090/ \
--halo.security.initializer.superadminusername=admin \
--halo.security.initializer.superadminpassword=P@88w0rd
Expand Down

0 comments on commit d7bf913

Please sign in to comment.