Skip to content

Commit 74b18b2

Browse files
authored
Merge pull request #17 from puken-dagobert/puken-dagobert-patch-5
Create docker-run.md
2 parents f00c457 + ed64ff9 commit 74b18b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

commands/Erugo/docker-run.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
repo: "https://github.com/ErugoOSS/Erugo"
3+
category: "File Sharing"
4+
---
5+
6+
# Docker Run Command
7+
8+
```bash
9+
docker run -d --name erugo --restart unless-stopped -v ./erugo-storage:/var/www/html/storage -p 9998:80 wardy784/erugo:latest
10+
```

0 commit comments

Comments
 (0)