chore: configure synapse_db to use correct C locale and UTF-8 encoding
This commit is contained in:
@@ -24,6 +24,7 @@ services:
|
||||
POSTGRES_USER: ${POSTGRES_USER:-synapse}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
PGDATA: /var/lib/postgresql/data/pgdata
|
||||
POSTGRES_INITDB_ARGS: "--locale=C --encoding=UTF8"
|
||||
volumes:
|
||||
- ./postgres_data:/var/lib/postgresql/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user