Skip to content

Commit ac8b552

Browse files
authored
Merge pull request #27 from puken-dagobert/puken-dagobert-patch-19
Create docker-run.md
2 parents 32b99cf + 39c23ce commit ac8b552

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

commands/neonlink/docker-run.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
repo: "https://github.com/AlexSciFier/neonlink"
3+
category: "Bookmark"
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 -p 80:3333 -v ./neonlink-data:/app/data -v ./neonlink-backgrounds:/app/public/static/media/background alexscifier/neonlink:latest
11+
```

0 commit comments

Comments
 (0)