LC_ALL, LANG and LANGUAGE are set to en_US.UTF-8 in the docker image.
The config should override all of them when other locale is needed.
Otherwise it fails to create a DB with the proper locale setting.
env:
# ensure locale exists in container, you may need to install it
+ LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
+ LANGUAGE: en_US.UTF-8
volumes:
- volume:
- "25:25" # SMTP
env:
+ LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
+ LANGUAGE: en_US.UTF-8
## Where e-mail to your forum should be sent. In general, it's perfectly fine
## to use the same domain as the forum itself here.
- "templates/redis.template.yml"
env:
+ LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
+ LANGUAGE: en_US.UTF-8
# any extra arguments for Docker?
# docker_args:
#version: tests-passed
env:
+ LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
+ LANGUAGE: en_US.UTF-8
# DISCOURSE_DEFAULT_LOCALE: en
## How many concurrent web requests are supported? Depends on memory and CPU cores.
#version: tests-passed
env:
+ LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
+ LANGUAGE: en_US.UTF-8
# DISCOURSE_DEFAULT_LOCALE: en
## How many concurrent web requests are supported? Depends on memory and CPU cores.