From 48e6949a4d4779c8d136a31e26c3105ee06dfd1f Mon Sep 17 00:00:00 2001 From: Edgars Date: Wed, 9 Apr 2025 12:25:30 +0300 Subject: [PATCH] Update `docker-run.md` (#1804) Small fixes were made to: - adjust indentation for the first line in code blocks; - fix backticks; - make the URL interactive. --- docs/content/examples/tutorials/docker-run.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content/examples/tutorials/docker-run.md b/docs/content/examples/tutorials/docker-run.md index d6d5be37..567c85a7 100644 --- a/docs/content/examples/tutorials/docker-run.md +++ b/docs/content/examples/tutorials/docker-run.md @@ -5,7 +5,7 @@ title: Docker Run To setup the IPv6 Network, simply run once: ```shell - docker network create \ +docker network create \ -d bridge --ipv6 \ -d default \ --subnet 10.42.42.0/24 \ @@ -14,10 +14,10 @@ To setup the IPv6 Network, simply run once: -To automatically install & run ``wg-easy, simply run: +To automatically install & run `wg-easy`, simply run: ```shell - docker run -d \ +docker run -d \ --net wg \ -e INSECURE=true \ --name wg-easy \ @@ -38,6 +38,6 @@ To automatically install & run ``wg-easy, simply run: ghcr.io/wg-easy/wg-easy:15 ``` -The Web UI will now be available on `http://0.0.0.0:51821`. +The Web UI will now be available at . > 💡 Your configuration files will be saved in `~/.wg-easy`