From 3dffc2f6544e3b825dc138c8e6eda9b048b93f01 Mon Sep 17 00:00:00 2001 From: Josh Ellithorpe Date: Sat, 31 Jul 2021 05:58:11 -0700 Subject: [PATCH] Fix incorrect port in README for Docker Compose (#107) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129d5cd..d0ef625 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ You can setup a server very quickly with Docker Compose. - Edit `docker-compose.yml` to use the start command. - Run `docker-compose up` -Now you will have a local server running on port 5444. +Now you will have a local server running on port 5443. # Customizing Unbound