feat: update new-api 0.12.2

This commit is contained in:
arch3rPro
2026-04-07 05:31:51 +08:00
parent 269398241d
commit a31df60b8c
3 changed files with 2 additions and 2 deletions

View File

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