Skip to content

Commit

Permalink
chore: update readme with v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed May 17, 2022
1 parent 74ab420 commit 68bae1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68bae1f

Please sign in to comment.