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 32b99cf + 39c23ce commit ac8b552Copy full SHA for ac8b552
commands/neonlink/docker-run.md
@@ -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