From 68bae1f760b7700d9c8edb886f2a9fd96aa4893c Mon Sep 17 00:00:00 2001 From: boojack Date: Tue, 17 May 2022 21:27:25 +0800 Subject: [PATCH] chore: update readme with v0.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a45a25e9ef061..13a4f4258e73a 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ ## ⚓️ Deploy with Docker ```docker -docker run --name memos --publish 8080:8080 --volume /path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev +docker run --name memos --publish 8080:8080 --volume ~/.memos/:/var/opt/memos -e mode=prod neosmemo/memos:0.0.1 ``` -If the `/path/to/your/data` does not have a `memos_prod.db` file, then `memos` will auto generate it. +If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it. ## 🏗 Development