feat: update qexo 3.6.3

This commit is contained in:
arch3rPro
2025-08-12 10:11:24 +08:00
parent d2caa6811b
commit d94e117e40
3 changed files with 1 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
services:
qexo:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8000
volumes:
- ./db:/app/db
- hexo_data:/app/hexo_data
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- WORKERS=4
- THREADS=4
image: abudulin/qexo:3.6.3
labels:
createdBy: Apps
volumes:
hexo_data:
name: hexo_data
networks:
1panel-network:
external: true