feat: update deepseek-free-api 1.0.1

This commit is contained in:
arch3rPro
2026-02-03 23:51:13 +08:00
parent c52c837754
commit f0632980ec
4 changed files with 17 additions and 17 deletions

View File

@@ -55,7 +55,7 @@
🚀 DeepSeek-V3 & R1大模型逆向API
<kbd>1.0.0</kbd> • [官网链接](https://github.com/xiaoY233/DeepSeek-Free-API)
<kbd>1.0.1</kbd> • [官网链接](https://github.com/xiaoY233/DeepSeek-Free-API)
</td>
<td width="33%" align="center">

View File

@@ -1,16 +0,0 @@
services:
deepseek-free-api:
image: akashrajpuroh1t/deepseek-free-api-fix:1.0.0
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8000
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
labels:
createdBy: Apps
restart: always
networks:
1panel-network:
external: true

View File

@@ -0,0 +1,16 @@
services:
deepseek-free-api:
image: akashrajpuroh1t/deepseek-free-api-fix:1.0.1
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8000
networks:
- 1panel-network
environment:
- TZ=Asia/Shanghai
labels:
createdBy: Apps
restart: always
networks:
1panel-network:
external: true