mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
feat: update Wud 8.1.0
This commit is contained in:
10
apps/wud/8.1.0/data.yml
Normal file
10
apps/wud/8.1.0/data.yml
Normal 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
apps/wud/8.1.0/docker-compose.yml
Normal file
15
apps/wud/8.1.0/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
whatsupdocker:
|
||||||
|
image: getwud/wud:8.1.0
|
||||||
|
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
|
||||||
@@ -2,7 +2,11 @@
|
|||||||
|
|
||||||
WUD(What’s Up Docker)是一个开源的Docker容器更新监测工具,它可以监测Docker Hub上的容器镜像是否有更新,并且可以通过邮件、Slack等方式通知用户
|
WUD(What’s Up Docker)是一个开源的Docker容器更新监测工具,它可以监测Docker Hub上的容器镜像是否有更新,并且可以通过邮件、Slack等方式通知用户
|
||||||
|
|
||||||
## 实用介绍
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 使用介绍
|
||||||
|
|
||||||
- 默认账号:admin
|
- 默认账号:admin
|
||||||
- 默认密码:Wub
|
- 默认密码:Wub
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ additionalProperties:
|
|||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
|
||||||
website: https://getwud.github.io/wud/
|
website: https://getwud.github.io/wud/
|
||||||
github: https://github.com/getwud/wud
|
github: https://github.com/getwud/wud
|
||||||
document: https://github.com/getwud/wud
|
document: https://github.com/getwud/wud
|
||||||
Reference in New Issue
Block a user