summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArianit Kukaj <arianit@hax.al>2025-05-26 20:45:18 +0000
committerArianit Kukaj <arianit@hax.al>2025-05-26 20:45:18 +0000
commit0ae609f74deb408e32afcc1e957816fa723c79f4 (patch)
tree37fd3b4d87784c8b8a13b2aee848422a385ee7ac
parent. (diff)
downloadMikrotik Bulk-0ae609f74deb408e32afcc1e957816fa723c79f4.tar.gz
Mikrotik Bulk-0ae609f74deb408e32afcc1e957816fa723c79f4.zip
-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
+