From 2a973474fdf8d9063a0c08a5f1e85ed60bdf2b57 Mon Sep 17 00:00:00 2001 From: DK <16869713+poldim@users.noreply.github.com> Date: Mon, 15 Apr 2019 09:06:29 -0700 Subject: [PATCH] Fix typo Pretty sure 54 is a typo and should be 53. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a518da..f09d8ae 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Here is a rundown of other arguments for your docker-compose / docker run. | Docker Arguments | Description | | ---------------- | ----------- | -| `-p :` **Recommended** | Ports to expose (54, 80, 67, 443), the bare minimum ports required for Pi-holes HTTP and DNS services +| `-p :` **Recommended** | Ports to expose (53, 80, 67, 443), the bare minimum ports required for Pi-holes HTTP and DNS services | `--restart=unless-stopped`
**Recommended** | Automatically (re)start your Pi-hole on boot or in the event of a crash | `-v $(pwd)/etc-pihole:/etc/pihole`
**Recommended** | Volumes for your Pi-hole configs help persist changes across docker image updates | `-v $(pwd)/etc-dnsmasq.d:/etc/dnsmasq.d`
**Recommended** | Volumes for your dnsmasq configs help persist changes across docker image updates