1
0

chore(deps): update getwud/wud docker tag to v8.2.2 (localApps) (#4243)

This commit is contained in:
renovate[bot]
2026-02-26 21:01:14 +00:00
committed by GitHub
parent 77128b5826
commit e8a9d8c41f
2 changed files with 1 additions and 1 deletions

13
apps/wud/8.2.2/data.yml Normal file
View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: "43210"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Service Port 3000
labelZh: 服务端口 3000
label:
en: Service Port 3000
zh: 服务端口 3000
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,15 @@
services:
whatsupdocker:
image: getwud/wud:8.2.2
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