Commit fcb5e2ee authored by boojack's avatar boojack

chore: update deploy guide in readme

parent da94b96b
......@@ -31,10 +31,10 @@ Making sure that you are in charge of your data and more customizations.
## ⚓️ Deploy with Docker
```docker
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release neosmemo/memos:dev
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev
```
The default user account is `guest` with password `secret`.
If the `/path/to/your/data` doesn't have a `.db` file, then memos will auto-generate it and the default username is `guest` with password `secret`.
## 🌟 Star history
......
......@@ -40,10 +40,9 @@ const AboutSiteDialog: React.FC<Props> = ({ destroy }: Props) => {
<p>Built with `Golang` and `React`.</p>
<br />
<p>
🏗 <a href="https://github.com/justmemos/memos">This project</a> is working in progress, <br /> and very pleasure to welcome your{" "}
🏗 <a href="https://github.com/justmemos/memos">This project</a> is working in progress, and very pleasure to your{" "}
<a href="https://github.com/justmemos/memos/issues">issues</a>.
</p>
<br />
<p className="updated-time-text">
Last updated on <span className="pre-text">{lastUpdatedAt}</span> 🎉
</p>
......
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