Update 'docs/DEDICATED_SERVER.md'

This commit is contained in:
RaspberryPiNews 2021-03-05 17:40:30 +00:00
parent 59d1367856
commit 3fdcf8c9b8
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,15 @@ This server is also compatible with MCPE Alpha v0.6.1.
### Debian Package
To use, install the ``minecraft-pi-reborn-server`` package and run ``minecraft-pi-reborn-server`` or use. It will generate the world and ``server.properties`` in the current directory.
NOTE: If you get `ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?` while running the server, run these commands and then **reboot** your device:
```
sudo service docker start
sudo dockerd
export DOCKER_HOST=127.0.0.1
sudo service docker restart
```
### Docker Compose
Make sure you have ``qemu-user-static`` installed and ``binfmt`` setup.
```yml