Unverified Commit 62f53888 authored by helaxious's avatar helaxious Committed by GitHub

feat: update docker command description (#893) (#900)

* Add a line on README to help prevent a mistake (#893)

* Update README.md
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
parent 79180928
......@@ -31,6 +31,8 @@
docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest
```
> The `~/.memos/` will be used as the data directory in your machine. And `/var/opt/memos` is the directory of the volume in docker and should not be modified.
If the `~/.memos/` does not have a `memos_prod.db` file, then memos will auto generate it. Memos will be running at [http://localhost:5230](http://localhost:5230).
### Docker Compose
......
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