feat: update md 2.0.4-static

This commit is contained in:
arch3rPro
2025-09-01 17:09:47 +08:00
parent 80af82c390
commit 6686f7c20d
2 changed files with 5 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+14
View File
@@ -0,0 +1,14 @@
services:
md:
image: doocs/md:2.0.4-static
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: Apps
networks:
1panel-network:
external: true