feat: update hexo stable-26-05-01

This commit is contained in:
arch3rPro
2026-05-25 17:48:35 +08:00
parent 48957da119
commit 1fc4afba12
4 changed files with 5 additions and 6 deletions
@@ -0,0 +1,22 @@
services:
hexo:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:4000"
volumes:
- "${DATA_PATH}:/app"
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- GIT_USER=${GIT_USERNAME}
- GIT_EMAIL=${GIT_MAIL}
image: bloodstar/hexo:stable-26-05-01
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true