blob: 086d3bfefb854fedf8715b16a11ac3c412741e67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# BedrockConnect on Docker
- 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)
[Raspberry PI](raspberry-pi/README.md)
|