Skip to content

Commit 3a2e371

Browse files
authored
Merge pull request #36 from puken-dagobert/puken-dagobert-patch-28
Puken dagobert patch 28
2 parents f39ba04 + b8fef25 commit 3a2e371

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

commands/homer/docker-run.md

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

Comments
 (0)