Unverified Commit 5731fb89 authored by STEVEN's avatar STEVEN Committed by GitHub

chore: release 0.0.1 (#57)

parent 74ab4206
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment