summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wgdash.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/wgdash.md b/wgdash.md
new file mode 100644
index 0000000..e9b4032
--- /dev/null
+++ b/wgdash.md
@@ -0,0 +1,8 @@
+docker run -d \
+ --name wgdashboard \
+ --restart unless-stopped \
+ -p 51888:10086/tcp \
+ -p 51822:51822/udp \
+ --cap-add NET_ADMIN \
+ donaldzou/wgdashboard:latest
+