Skip to content

Commit 3cc041a

Browse files
Create docker-run.md
1 parent 0eb4596 commit 3cc041a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

commands/memos/docker-run.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)