1
0
Fork 0
1Panel-Appstore/apps/wud
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
8.1.1 feat(apps): add structured label field to all application configurations 2025-11-06 23:35:02 +08:00
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md
data.yml
logo.png

README.md

WUDWhats Up Docker简介

WUDWhats Up Docker是一个开源的Docker容器更新监测工具它可以监测Docker Hub上的容器镜像是否有更新并且可以通过邮件、Slack等方式通知用户

实用介绍

  • 默认账号admin
  • 默认密码Wub

如何想要修改账号密码请在配置时修改参数注意密码使用的是Htpasswd加密的密码可以使用命令生成

htpasswd -nib admin Wub

或使用在线工具进行生成 https://htpasswd.utils.com/