We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0eb4596 + 3cc041a commit d0c0425Copy full SHA for d0c0425
1 file changed
commands/memos/docker-run.md
@@ -0,0 +1,11 @@
1
+---
2
+repo: "https://github.com/usememos/memos"
3
+category: "Notes"
4
+logo: "https://www.usememos.com/logo.png"
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run -d --init --name memos --publish 5230:5230 --volume ./memos/:/var/opt/memos neosmemo/memos:stable
11
+```
0 commit comments