更新前备份数据库
docker exec -it jmalcloud_mongodb mongodump -d jmalcloud -o /dump/v2.12.0 --gzip --quiet
docker-compose pull && docker-compose up -d
清理旧镜像
docker images --filter=reference='jmal/jmalcloud*' --filter "dangling=true" -q | xargs -r docker rmi
Changes in this release:
新功能 ✨
- feat: 左侧菜单栏添加标签管理功能,包括修改、删除和排序 (#372)
修复 🐛
优化 🎨️
Full Changelog: v2.12.0...v2.12.1