From c40d23246ad3003f59483567045ee9a18bf805ef Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Fri, 23 Jun 2017 11:27:58 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b511428..a47d59b 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ There are other environment variables if you want to customize various things in | `-e INTERFACE=`
*Advanced/Optional* | The default works fine with our basic example docker run commands. If you're trying to use DHCP with `--net host` mode then you may have to customize this or DNSMASQ_LISTENING. | `-e DNSMASQ_LISTENING=`
*Advanced/Optional* | `local` listens on all local subnets, `all` permits listening on internet origin subnets in addition to local. -Here is a rundown of the other arguments passed into the recommended +Here is a rundown of the other arguments passed into the example `docker run` | Docker Arguments | Description | | ---------------- | ----------- | -| `-p 80:80`
`-p 53:53/tcp -p 53:53/tcp`
**Recommended** | Ports to expose, the bare minimum ports required for pi-holes HTTP and DNS services +| `-p 80:80`
`-p 53:53/tcp -p 53:53/udp`
**Recommended** | Ports to expose, the bare minimum ports required for pi-holes HTTP and DNS services | `--restart=always`
**Recommended** | Automatically (re)start your pihole on boot or in the event of a crash | `-v /dir/for/pihole:/etc/pihole`
**Recommended** | Volumes for your pihole configs help persist changes across docker image updates | `-v /dir/for/dnsmasq.d:/etc/dnsmasq.d`
**Recommended** | Volumes for your dnsmasq configs help persist changes across docker image updates