lanl / BEE

Other
14 stars 3 forks source link

Redis locale fix #802

Closed rstyd closed 6 months ago

rstyd commented 6 months ago

This PR fixes an error that occurs on certain systems where the redis containers fails to start with a Failed to configure LOCALE for invalid locale name message. This PR fixes it by additionally setting LANG_ALL which will override any other localization settings if LANG doesn't work with the container configuration.