feat: update new-api 0.11.9-allinone

This commit is contained in:
arch3rPro
2026-04-01 05:32:14 +08:00
parent 18bd2aaf75
commit bd56602dd3
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
new-api:
image: calciumion/new-api:v0.11.4
image: calciumion/new-api:v0.11.9
container_name: ${CONTAINER_NAME}
restart: always
ports:
@@ -44,7 +44,12 @@ services:
networks:
- 1panel-network
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
test:
- CMD
- mysqladmin
- ping
- -h
- localhost
interval: 5s
timeout: 5s
retries: 10