From e10eef58a89e320eac178589d277243d36831eef Mon Sep 17 00:00:00 2001 From: Jordan Potter Date: Sat, 6 Mar 2021 22:53:26 -0600 Subject: [PATCH] Minor cleanup to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c60e8e2..310fcd3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ docker run -it --rm \ ## Local Network -If you wish to allow traffic to your local network, specify the `LOCAL_NETWORK` environment variable: +If you wish to allow traffic to your local network, specify the subnet using the `LOCAL_NETWORK` environment variable: ```bash docker run --name wireguard \ @@ -52,7 +52,7 @@ docker run --name wireguard \ ``` ```bash -docker run --name nginx \ +docker run -it --rm \ --net=container:wireguard \ nginx ```