Minor cleanup to README
This commit is contained in:
parent
6f7a3426dd
commit
e10eef58a8
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ docker run -it --rm \
|
||||||
|
|
||||||
## Local Network
|
## 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
|
```bash
|
||||||
docker run --name wireguard \
|
docker run --name wireguard \
|
||||||
|
@ -52,7 +52,7 @@ docker run --name wireguard \
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --name nginx \
|
docker run -it --rm \
|
||||||
--net=container:wireguard \
|
--net=container:wireguard \
|
||||||
nginx
|
nginx
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue