We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f39ba04 + b8fef25 commit 3a2e371Copy full SHA for 3a2e371
1 file changed
commands/homer/docker-run.md
@@ -0,0 +1,16 @@
1
+---
2
+repo: "https://github.com/bastienwirtz/homer"
3
+category: "Dashboard"
4
+logo: null # Optional - provide URL to logo if available, 1:1 format only
5
6
+
7
+# Docker Run Command
8
9
+```bash
10
+docker run -d \
11
+ --name homer \
12
+ -p 8080:8080 \
13
+ -v ./homer-assets:/www/assets \
14
+ --restart=unless-stopped \
15
+ b4bz/homer:latest
16
+```
0 commit comments