From 8df0711f8039eb74f0485b8656f789a9454d716e Mon Sep 17 00:00:00 2001 From: boojack Date: Sun, 29 May 2022 11:04:58 +0800 Subject: [PATCH] chore: update deploy guide in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 749b4555..d0a38c70 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,14 @@ ## ✨ Features - 🦄 Fully open source; +- 👍 Write in the plain textarea without any burden; - 🤠 Great UI and never miss any detail; - 🚀 Super quick self-hosted with `Docker` and `SQLite`; ## ⚓️ Deploy with Docker ```docker -docker run --name memos --publish 5230:8080 --volume ~/.memos/:/var/opt/memos -e mode=prod neosmemo/memos:0.1.0 +docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.0 ``` Memos should now be running at [http://localhost:5230](http://localhost:5230). If the `~/.memos/` does not have a `memos_prod.db` file, then `memos` will auto generate it.