mirror of
https://github.com/usememos/memos.git
synced 2024-11-28 23:04:57 +03:00
chore: update deploy guide in readme
This commit is contained in:
parent
da94b96b0e
commit
fcb5e2ee5a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user