From 53c0787ba88cb84b7ffd383a8a6c03378f1001a7 Mon Sep 17 00:00:00 2001 From: xTITUSMAXIMUSX <62310795+xTITUSMAXIMUSX@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:21:14 -0600 Subject: Updating verbage for custon DNS Settings (#372) --- docker/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md index eccb628..086d3bf 100644 --- a/docker/README.md +++ b/docker/README.md @@ -3,6 +3,15 @@ - Install `docker` and `docker-compose` - Run `docker-compose up` (`docker-compose up -d` for detached mode) +# BedrockConnect on Docker Custom DNS + +If setting up this container enviornment on a local network or in the cloud you can specify custom DNS settings for your BedrockConnect server. +By default the IP addresses are set to `104.238.130.180` for the BedrockConnect server and the Name server for DNS. + +To update the DNS settings, update the fields `BCIP` and `NSIP` in the docker-compose.yml to the IP address of your docker host. + +Also make sure to stop and disable the `resolvconf.service` so your dns container can bind to the system port 53 before starting your container. Otherwise it will fail to deploy. + # Extra [Custom Servers](custom-servers/README.md) -- cgit v1.2.1