From 5d0e9724dbf53419db1af69f8ffe25f5660bdf17 Mon Sep 17 00:00:00 2001 From: boojack Date: Tue, 17 May 2022 20:02:25 +0800 Subject: [PATCH] chore: update readme about deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ba36dfc9c0c8..a45a25e9ef061 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ docker run --name memos --publish 8080:8080 --volume /path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev ``` -If the `/path/to/your/data` doesn't have a `memos_prod.db` file, then `memos` will auto-generate it and the default username is `dear_musk` with password `secret`. +If the `/path/to/your/data` does not have a `memos_prod.db` file, then `memos` will auto generate it. ## 🏗 Development