alinmear / docker-conanexiles

A docker container to easily provision and manage a conanexiles dedicated server using wine
MIT License
105 stars 74 forks source link

Server ignoring settings #47

Closed IF-Adin closed 3 years ago

IF-Adin commented 3 years ago

IIf have this in my docker-compose.yml:

  - "CONANEXILES_ServerSettings_ServerSettings_AdminPassword=test"
  - "CONANEXILES_ServerSettings_ServerSettings_IsBattlEyeEnabled=False"

And i checked in the container, it did actually add it into the config, but it will not make me admin, regardless of what password i set. It also still attempts to use BattleEye.

dr-waterstorm commented 3 years ago

I can confirm this issue.

It's strange however. The server log tells me that it reads the custom ServerSettings.ini and shows me the correct path. Also the content is correct. But it does not prefer those values over whatever is set in DefaultServerSettings.ini. If I change the settings in the default file, it uses those instead of the provided custom ones.

Does anyone also have this issue and may know a solution?

Thank you!

Flow86 commented 3 years ago

Hi, False must be false (case sensitive!) thats working for me then

alinmear commented 3 years ago

The Problem occurred because of a problem within the entrypoint.sh. Config Path was not correct, so env Variables had no effect. Fixed within master