From 471a69f268ee450b50466b36b383296011a6cf1a Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:57:35 +0100 Subject: [PATCH] Updated Using WireGuard Easy without Docker (markdown) --- Using-WireGuard-Easy-without-Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index 6739a47..a670f1f 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -7,7 +7,7 @@ git clone https://github.com/WeeJeWel/wg-easy cd wg-easy mv src /app cd /app -npm ci --production +npm ci --omit=dev cp node_modules .. ufw allow 51821/tcp # (webui) Only for users of the UFW firewall ufw allow 51820/udp # (wireguard listening port) Only for users of the UFW firewall @@ -29,6 +29,6 @@ git pull rm -rf /app /node_modules mv src /app cd /app -npm ci --production +npm ci --omit=dev cp node_modules .. \ No newline at end of file