From e6c562c51d377810731f47bab2f441c4e5b4e4be Mon Sep 17 00:00:00 2001 From: vx3r Date: Thu, 30 Jan 2020 17:34:54 +0900 Subject: [PATCH] typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edbd035..68315ae 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simple Web based configuration generator for [WireGuard](https://wireguard.com). ## Whay another one ? -All WireGuard UI implementation are trying to manage the service by applying configurations and creating network rules. +All WireGuard UI implementations are trying to manage the service by applying configurations and creating network rules. This implementation only generate configuration and its up to you to create network rules and apply configuration to WireGuard. For example by monituring generated directory with [inotifywait](https://github.com/inotify-tools/inotify-tools/wiki). @@ -30,11 +30,11 @@ The goal is to run Wg Gen Web in a container and WireGuard on host system. ## Running -The easiest way to run wireguard-ui is using the container image +The easiest way to run Wg Gen Web is using the container image ``` docker run --rm -it -v /tmp/wireguard:/data -p 8080:8080 -e "WG_CONF_DIR=/data" vx3r/wg-gen-web:latest ``` -docker compose snipped +Docker compose snipped ``` version: '3.6' services: