mirror of
https://github.com/usememos/memos.git
synced 2024-12-01 06:34:35 +03:00
chore: update readme
This commit is contained in:
parent
303b4399db
commit
b6ad21fec6
13
README.md
13
README.md
@ -9,7 +9,6 @@
|
|||||||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/justmemos/memos" />
|
<img alt="GitHub stars" src="https://img.shields.io/github/stars/justmemos/memos" />
|
||||||
<img alt="GitHub forks" src="https://img.shields.io/github/forks/justmemos/memos" />
|
<img alt="GitHub forks" src="https://img.shields.io/github/forks/justmemos/memos" />
|
||||||
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/justmemos/memos" />
|
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/justmemos/memos" />
|
||||||
<img alt="GitHub license" src="https://img.shields.io/github/license/justmemos/memos" />
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Memos is an open source, self-hosted alternative to [flomo](https://flomoapp.com/). Built with `Go` and `React`.
|
Memos is an open source, self-hosted alternative to [flomo](https://flomoapp.com/). Built with `Go` and `React`.
|
||||||
@ -29,6 +28,18 @@ Making sure that you are in charge of your data and more customizations.
|
|||||||
- 📑 Experience excellent interaction logic;
|
- 📑 Experience excellent interaction logic;
|
||||||
- ⚡️ Quick privatization deployment;
|
- ⚡️ Quick privatization deployment;
|
||||||
|
|
||||||
|
## ⚓️ Deploy Guide with Docker
|
||||||
|
|
||||||
|
1. download the [initialized db file](https://github.com/justmemos/memos/raw/main/resources/memos_release.db):
|
||||||
|
|
||||||
|
2. pull and run docker image:
|
||||||
|
|
||||||
|
```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:dev
|
||||||
|
```
|
||||||
|
|
||||||
|
The default user account is `guest` with password `secret`.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Just enjoy it.
|
Just enjoy it.
|
||||||
|
Loading…
Reference in New Issue
Block a user