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 |
The server config file contains the variable
porttwo times, but in differentinisections, 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.server-container/entrypoint.sh
Line 11 in c94f7af