From 89a7c7f022b3de34fa7a30f8fd6de81dd89414cf Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 25 Oct 2018 05:24:26 +0000 Subject: [PATCH] README.md - fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a81b59..3830646 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A [Docker](https://www.docker.com/what-docker) project to make a lightweight x86 ## Running Pi-hole Docker -This container uses 2 peopular ports, port 53 and port 80, so **may conflict with existing applications ports**. If you have no other services or docker containers using port 53/80 (if you do, keep reading below for a reverse proxy example), the minimum arguments required to run this container are in the script [docker_run.sh](https://github.com/pi-hole/docker-pi-hole/blob/master/docker_run.sh) or summarized here: +This container uses 2 popular ports, port 53 and port 80, so **may conflict with existing applications ports**. If you have no other services or docker containers using port 53/80 (if you do, keep reading below for a reverse proxy example), the minimum arguments required to run this container are in the script [docker_run.sh](https://github.com/pi-hole/docker-pi-hole/blob/master/docker_run.sh) or summarized here: ```bash IP_LOOKUP="$(ip route get 8.8.8.8 | awk '{ print $NF; exit }')" # May not work for VPN / tun0