From 89855a2a364f8a7d949ff5d596d57cc5f55e579e Mon Sep 17 00:00:00 2001 From: wpdevelopment11 Date: Thu, 14 Nov 2024 10:08:02 +0300 Subject: [PATCH] Fix typo --- .../installing-wireguard-ui-using-docker-compose/01.de.md | 4 ++-- .../installing-wireguard-ui-using-docker-compose/01.en.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/installing-wireguard-ui-using-docker-compose/01.de.md b/tutorials/installing-wireguard-ui-using-docker-compose/01.de.md index 323384658..c0bca343f 100644 --- a/tutorials/installing-wireguard-ui-using-docker-compose/01.de.md +++ b/tutorials/installing-wireguard-ui-using-docker-compose/01.de.md @@ -119,7 +119,7 @@ Das Ergebnis sollte so aussehen: Ich empfehle ab jetzt die Verwendung eines Reverse Proxys (siehe [NGINX Proxy Manager](https://community.hetzner.com/tutorials/installing-nginx-proxy-manager)). Wenn du erfolgreich warst, solltest du jetzt die Login Seite von WireGuard UI sehen. Die Standardanmeldedaten sind: - + - U: admin - PW: admin @@ -181,7 +181,7 @@ Und starte (oder stoppe) WireGuard: * Vorübergehend ```bash - wg-quick up wg0 & + wg-quick up wg0 wg-quick down wg0 ``` diff --git a/tutorials/installing-wireguard-ui-using-docker-compose/01.en.md b/tutorials/installing-wireguard-ui-using-docker-compose/01.en.md index cf6870361..7a2df8eec 100644 --- a/tutorials/installing-wireguard-ui-using-docker-compose/01.en.md +++ b/tutorials/installing-wireguard-ui-using-docker-compose/01.en.md @@ -42,7 +42,7 @@ sudo apt update && sudo apt upgrade ## Step 2 - Setting up the .YML -The `.yml` file contains all information needed, +The `.yml` file contains all information needed, to create Docker containers for the WireGuard UI. ```bash @@ -121,7 +121,7 @@ Using your browser enter `http://<203.0.113.1>:5000` I recommend using a reverse proxy from now on (see [NGINX Proxy Manager](https://community.hetzner.com/tutorials/installing-nginx-proxy-manager)). If you were successful you should see the WireGuard UI login page. The default credentials are: - + - Username: admin - Password: admin @@ -183,7 +183,7 @@ And start (or stop) WireGuard: * Temporarily ```bash - wg-quick up wg0 & + wg-quick up wg0 wg-quick down wg0 ```