📝 更新日志
- 🔧
chore(version): Bump version to 1.4.1
- ✨
feat(config): Enhance Next.js configuration with experimental features and improved caching headers & refs #139
- ♻️
refactor(deps): Update package versions and refactor configuration for improved performance
- 🔧
chore(scripts): Update start script to include initialization step, Close #133
👥 贡献者
🔄 更新指南
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