blob: f39042e87768d3a2e2afa9e4686c1d1191d64d25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# BedrockConnect on Docker
- Install `docker` and `docker-compose`
- Run `docker-compose up` (`docker-compose up -d` for detached mode)
NOTE: This setup only includes the BedrockConnect instance portion, and not currently the DNS server. You can set a DNS server up with the install-bind.sh script: https://raw.githubusercontent.com/Pugmatt/BedrockConnect/master/scripts/install-bind.sh (TODO: Seperate docker image for BIND setup)
# Extra
[Custom Servers](custom-servers/README.md)
[Raspberry PI](raspberry-pi/README.md)
|