Skip to content

🚀 Release v1.7.3

Latest

Choose a tag to compare

@github-actions github-actions released this 25 May 18:00
· 10 commits to main since this release
848f817

📝 更新日志

👥 贡献者

🔄 更新指南

Docker

# 拉取最新代码
git pull

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

# 拉取 v1 主版本通道镜像
docker pull ghcr.io/alice39s/kuma-mieru:1

# 启动容器
docker run -d \
  --name kuma-mieru \
  -p 3883:3000 \
  -e UPTIME_KUMA_URLS=https://your_uptime_kuma_url/status/your_page_id \
  -e KUMA_MIERU_TITLE="My Status Page" \
  ghcr.io/alice39s/kuma-mieru:1

Docker Compose

# 拉取最新代码
git pull

# 更新镜像并启动容器
docker compose pull
docker compose up -d