From b6ad21fec602d26591ff8edc37fb33af27bcf514 Mon Sep 17 00:00:00 2001 From: email Date: Sun, 3 Apr 2022 21:54:54 +0800 Subject: [PATCH] chore: update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 982c5268..f5810682 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ GitHub stars GitHub forks GitHub Watchers - GitHub license

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; - ⚡️ 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.