memos 轻量级笔记服务
https://github.com/usememos/memos
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:stable
The ~/.memos/ directory will be used as the data directory on your local machine,
while /var/opt/memos is the directory of the volume in Docker and should not be modified.
ls ~/memos/memos
assets 用于存储上传到资源库的文件
memos_prod.db 用于存储个人的用户数据,方便数据迁移
http://localhost:5230
如何升级到最新稳定版
# 1.stop and remove the old container
docker stop memos && docker rm memos
# 2.back up your database
cp -r ~/.memos/memos_prod.db ~/.memos/memos_prod.db.bak
# 3.pull the latest memos image
docker pull neosmemo/memos:stable
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· Vue3状态管理终极指南:Pinia保姆级教程