-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi,
I am trying to setup a postgres db using docker for a matrix server.
The matrix server requires the db to have LC_CTYPE=C
and LC_COLLATE=C
to be set. However, when I set these in my docker-compose file, then the default encoding is SQL_ASCII
, which is not compatible, because utf8 is required. I have not found an option, where I can set the encoding for the database, when both env vars are set. LC_ALL=en_US.UTF-8
seems to override both of them.
I hope you can help me :)
Metadata
Metadata
Assignees
Labels
No labels