chore: update readme with v0.0.1

This commit is contained in:
boojack 2022-05-17 21:27:25 +08:00
parent 74ab42069f
commit 68bae1f760
1 changed files with 2 additions and 2 deletions

View File

@ -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