I would be able to create database using custom encoding, not default en_GB.utf8.
Here
I see constant value
en_GB.utf8, but expected to see evaluation of externally set value for
LANG and falling back to
en_GB.utf8 if it was not set from outside.
Will it work if I set value for LANG in POSTGRES_INITDB_ARGS as described in
https://github.com/yobasystems/alpine-postgres/blob/master/README.md)?
I would be able to create database using custom encoding, not default
en_GB.utf8.Here
alpine-postgres/alpine-postgres-amd64/Dockerfile
Line 21 in 8d24aed
I see constant value
en_GB.utf8, but expected to see evaluation of externally set value forLANGand falling back toen_GB.utf8if it was not set from outside.Will it work if I set value for
LANGinPOSTGRES_INITDB_ARGSas described inhttps://github.com/yobasystems/alpine-postgres/blob/master/README.md)?