Minor cleanup to README

This commit is contained in:
Jordan Potter 2021-03-06 22:53:26 -06:00
parent 6f7a3426dd
commit e10eef58a8

View file

@ -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
``` ```