feat: update Next-Terminal 2.5.5

This commit is contained in:
arch3rPro
2025-07-08 21:14:26 +08:00
parent 391ea3fd0f
commit 610868d5c8
13 changed files with 186 additions and 54 deletions
-10
View File
@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
-14
View File
@@ -1,14 +0,0 @@
services:
md:
image: doocs/md:2.0.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true