feat: update axonhub 0.9.32

This commit is contained in:
arch3rPro
2026-04-14 22:31:55 +08:00
parent 3df51564ef
commit 01c003495d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
services:
axonhub:
image: looplj/axonhub:v0.9.31
image: looplj/axonhub:v0.9.32
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8090"
- ${PANEL_APP_PORT_HTTP}:8090
volumes:
- ./data:/data
environment:
@@ -14,7 +14,7 @@ services:
- AXONHUB_DB_DIALECT=sqlite3
- AXONHUB_DB_DSN=file:/data/axonhub.db?cache=shared&_fk=1&pragma=journal_mode(WAL)
labels:
createdBy: "Apps"
createdBy: Apps
networks:
1panel-network:
external: true