Bump halo version to 2.6.0 (#97)

This commit is contained in:
sunheyi 2023-06-01 16:20:26 +08:00 committed by GitHub
parent 535212e123
commit d7bf91352c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

0
apps/halo/2.5.2/data.yml → apps/halo/2.6.0/data.yml Executable file → Normal file
View File

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
halo: halo:
image: halohub/halo:2.5.2 image: halohub/halo:2.6.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -8,7 +8,7 @@ docker run \
--name halo \ --name halo \
-p 8090:8090 \ -p 8090:8090 \
-v ~/.halo2:/root/.halo2 \ -v ~/.halo2:/root/.halo2 \
halohub/halo:2.2 \ halohub/halo:2.6.0 \
--halo.external-url=http://localhost:8090/ \ --halo.external-url=http://localhost:8090/ \
--halo.security.initializer.superadminusername=admin \ --halo.security.initializer.superadminusername=admin \
--halo.security.initializer.superadminpassword=P@88w0rd --halo.security.initializer.superadminpassword=P@88w0rd