Skip to content

Commit bd83a84

Browse files
authored
Merge pull request #28 from puken-dagobert/puken-dagobert-patch-20
Create docker-run.md
2 parents d4e7aa7 + 68a515e commit bd83a84

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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)