feat: update wud 8.1.1

This commit is contained in:
arch3rPro
2025-09-01 16:54:15 +08:00
parent 2b99696ca9
commit c793d1f37b
3 changed files with 15 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: "43210"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port 3000
labelZh: 服务端口 3000
required: true
rule: paramPort
type: number
+15
View File
@@ -0,0 +1,15 @@
services:
whatsupdocker:
image: getwud/wud:8.1.1
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true