Describe the problem
It appears that the ACCEPTS_TRANSFERS env var is not properly mapped to the server.properties.
I'm setting up a network of 3 servers, unsing your minecraft-router image and this server image. Got everything to work this far (DNS was pain as always), but got disconnected upon invoking /transfer with the error that the other server does not accept transfers.
Went ahead and set
in the compose file for all 3 servers.
After properly restarting the containers, forcing the compose file to be re-read, I still can't connect. checking in on the server.properties files I can see that the accepts-transfers property is still false. I could manually change it, but I would expect this to map, as e.g. MOTD and ENFORCE_WHITELIST do.
Container definition
Paste run command or compose file here
Container logs
Describe the problem
It appears that the
ACCEPTS_TRANSFERSenv var is not properly mapped to the server.properties.I'm setting up a network of 3 servers, unsing your minecraft-router image and this server image. Got everything to work this far (DNS was pain as always), but got disconnected upon invoking
/transferwith the error that the other server does not accept transfers.Went ahead and set
in the compose file for all 3 servers.
After properly restarting the containers, forcing the compose file to be re-read, I still can't connect. checking in on the
server.propertiesfiles I can see that theaccepts-transfersproperty is still false. I could manually change it, but I would expect this to map, as e.g.MOTDandENFORCE_WHITELISTdo.Container definition
Container logs