Skip to content

🚀 Release v1.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 02:41
660f8ac

📝 更新日志

👥 贡献者

🔄 更新指南

Docker

# 拉取最新代码
git pull

# 停止并删除容器
docker stop kuma-mieru
docker rm kuma-mieru

# 重新构建镜像
docker build --no-cache --t kuma-mieru .

# 启动容器
docker run -d \
  --name kuma-mieru \
  -p 3883:3000 \
  -e UPTIME_KUMA_BASE_URL=your_uptime_kuma_url \
  -e PAGE_ID=your_page_id \
  kuma-mieru

Docker Compose

# 拉取最新代码
git pull

# 重新构建镜像并启动容器
docker-compose up -d --build

Full Changelog: v1.4.0...v1.4.1