Minecraft Docker environment for Crafty Controller, updates, and log listeners.
bedrock:
address: 0.0.0.0
port: 19132
remote:
address: 127.0.0.1
port: 25565
advanced:
use-proxy-protocol: true
java:
auth-type: floodgateChange property network-compression-threshold value from 512 to -1.
Proxy Protocol Support -- Modrinth
Add Docker subnet to config/proxy_protocol_support.json.
{
"enableProxyProtocol": true,
"proxyServerIPs": [
"127.0.0.1",
"172.18.0.0/16"
],
"directAccessIPs": [
"127.0.0.1",
"172.18.0.0/16",
"192.168.0.0/16"
],
"whitelistTCPShieldServers": false
}Use docker network inspect {NETWORK_NAME} | grep Subnet to determine the
subnet to add.
These commands assume execution from the same directory as the README file.
docker compose down
docker compose rm -fThe last two parameters are not necessary, though they can help.
docker compose up -d --force-recreate --remove-orphansdocker pull
docker compose down
docker compose up -ddocker network ls
docker network inspect {NETWORK_NAME}