You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also noticed that I cant add new values to the tes3mp-server-config.cfg file with environment variables. For example.
name: TES3MP_SERVER_DESTINATION_ADDRESS
value: 192.168.1.59
When I exec into the container I dont see the destinationAddress value added
The text was updated successfully, but these errors were encountered:
DillonHansen71
changed the title
Can't change localaddress value with environment variables
Can't change localaddress or add new values with environment variables
May 18, 2022
Hi, I'm attempting to change the localaddress value with the use of environment variables. For example.
Environment variable
value: 192.168.1.59
OR
value: "192.168.1.59"
OR
value: '192.168.1.59'
Will not change the default value from 0.0.0.0.
I also noticed that I cant add new values to the tes3mp-server-config.cfg file with environment variables. For example.
value: 192.168.1.59
When I exec into the container I dont see the destinationAddress value added
The text was updated successfully, but these errors were encountered: