diff options
| author | xTITUSMAXIMUSX <62310795+xTITUSMAXIMUSX@users.noreply.github.com> | 2023-02-24 17:21:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-24 18:21:14 -0500 |
| commit | 53c0787ba88cb84b7ffd383a8a6c03378f1001a7 (patch) | |
| tree | 5802c8b3ea8ca3da14b6bf553c3add94b83d0e72 /docker/README.md | |
| parent | 5e2e25f79a92b8d6d6d66f2838cff11e0bc4e500 (diff) | |
| download | BedrockConnect-53c0787ba88cb84b7ffd383a8a6c03378f1001a7.tar.gz BedrockConnect-53c0787ba88cb84b7ffd383a8a6c03378f1001a7.tar.bz2 BedrockConnect-53c0787ba88cb84b7ffd383a8a6c03378f1001a7.zip | |
Updating verbage for custon DNS Settings (#372)
Diffstat (limited to 'docker/README.md')
| -rw-r--r-- | docker/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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) |
