pterodactyl / images

Generic docker images designed to work with Pterodactyl Panel and its daemon.
https://pterodactyl.io
MIT License
49 stars 182 forks source link

Configurable RCON IP #58

Closed kieransouth closed 4 years ago

kieransouth commented 4 years ago

This pull request adds the ability to configure an RCON IP via environment variable "RCON_IP". If there is no RCON_IP then it will revert to the default which is "localhost".

Without this, specifically on the host network (not pterodactyl_nw), the container tries to connect to the RCON via localhost, which is the wrong socket. It will then error and keep erroring and spamming the "Waiting for RCON to come up..." message in the console.