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
Make the image fail-closed so that, when the user starts the container with environment variables that imply they desire to secure the server with a password, but the password cannot be read or otherwise has a problem (e.g. a permissions issue with the file referenced by FILE__PASSWORD), that the server does not start but, instead, fails
Reason for change
to prevent users who believe they have secured the server with a password inadvertently running it effectively passwordless. Unless you are watching your logs, you may not notice that the password was not set, but the server was started anyway.