We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4e7aa7 + 68a515e commit bd83a84Copy full SHA for bd83a84
commands/grimoire/docker-run.md
@@ -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