Browse Source

Minor cleanup to README

pull/14/head
Jordan Potter 4 years ago
parent
commit
e10eef58a8
  1. 4
      README.md

4
README.md

@ -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…
Cancel
Save