Skip to content

Commit 68a515e

Browse files
Create docker-run.md
1 parent d4e7aa7 commit 68a515e

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

commands/grimoire/docker-run.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
repo: "https://github.com/goniszewski/grimoire"
3+
category: "Bookmark"
4+
logo: "https://raw.githubusercontent.com/goniszewski/grimoire/main/static/grimoire_logo_300.webp"
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run -d \
11+
--name grimoire \
12+
--restart unless-stopped \
13+
-e PORT=5173 \
14+
-e PUBLIC_HTTPS_ONLY=false \
15+
-e PUBLIC_SIGNUP_DISABLED=false \
16+
-v ./grimoire_data:/app/data/ \
17+
-p 5173:5173 \
18+
goniszewski/grimoire:develop
19+
```

0 commit comments

Comments
 (0)