Commit 303b4399 authored by email's avatar email

Merge branch 'main' of github.com:justmemos/memos

parents 9b0cf8af b949d482
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
2. pull and run docker image: 2. pull and run docker image:
```docker ```docker
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release -e data=/var/opt/memos neosmemo/memos:next docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release -e data=/var/opt/memos neosmemo/memos:dev
``` ```
The default user account is `guest` with password `secret`. The default user account is `guest` with password `secret`.
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