The server config file contains the variable port two times, but in different ini sections, once in [General] and [MasterServer].
The entrypoint script parsing the environment can't distinguish between them, so both are replaced when setting TES3MP_SERVER_PORT, causing connection bugs.
|
printenv | grep 'TES3MP_SERVER_' | while read -r envvar |