feat: update new-api 0.11.9

This commit is contained in:
arch3rPro
2026-04-01 05:32:39 +08:00
parent bd56602dd3
commit e27d8ac57e
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
services:
new-api:
image: calciumion/new-api:v0.11.9
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