diff --git a/README.md b/README.md index ccdfd7faa..fc2e01b03 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/web/src/components/AboutSiteDialog.tsx b/web/src/components/AboutSiteDialog.tsx index b2429634d..d0e95618b 100644 --- a/web/src/components/AboutSiteDialog.tsx +++ b/web/src/components/AboutSiteDialog.tsx @@ -40,10 +40,9 @@ const AboutSiteDialog: React.FC = ({ destroy }: Props) => {

Built with `Golang` and `React`.


- 🏗 This project is working in progress,
and very pleasure to welcome your{" "} + 🏗 This project is working in progress, and very pleasure to your{" "} issues.

-

Last updated on {lastUpdatedAt} 🎉