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
Currently, parameters like the server password (--password) are passed to SEE as a command-line parameters.
This is suboptimal because passwords will show up in the operating system's process list.
The goal of this issue is to take values from environment variables.
The Gameserver container should be adapted to make use of this via its run.sh script.
The text was updated successfully, but these errors were encountered:
Currently, parameters like the server password (
--password
) are passed to SEE as a command-line parameters.This is suboptimal because passwords will show up in the operating system's process list.
The goal of this issue is to take values from environment variables.
The Gameserver container should be adapted to make use of this via its
run.sh
script.The text was updated successfully, but these errors were encountered: