fix: matrix pgdb collation
This commit is contained in:
parent
eb8398e226
commit
8e4b144d60
@ -21,6 +21,7 @@ services:
|
||||
- POSTGRES_DB
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_PASSWORD
|
||||
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
|
||||
|
||||
matrix:
|
||||
image: docker.io/matrixdotorg/synapse:latest
|
||||
@ -30,7 +31,6 @@ services:
|
||||
- data:/data/
|
||||
environment:
|
||||
- SYNAPSE_SERVER_NAME=$BASE_URL
|
||||
- SYNAPSE_REPORT_STATS
|
||||
- SYNAPSE_CONFIG_DIR=/config
|
||||
- SYNAPSE_DATA_DIR=/data
|
||||
- POSTGRES_HOST=db
|
||||
|
Loading…
Reference in New Issue
Block a user