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

浙公網安備 33010602011771號