Skip to content

ACCEPTS_TRANSFERS not properly mapped #3733

Description

@SolusBellator

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

ACCEPTS_TRANSFERS: true

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

Paste logs here

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions