feat: update new-api 0.11.7

This commit is contained in:
arch3rPro
2026-03-21 05:32:06 +08:00
parent da3a5fd305
commit 390aac9513
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
services:
new-api:
image: calciumion/new-api:v0.11.7
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:3000
networks:
- 1panel-network
command: --log-dir /app/logs
volumes:
- ./data:/data
- ./logs:/app/logs
environment:
- TZ=${TZ}
labels:
createdBy: Apps
networks:
1panel-network:
external: true