Use correct args to build synapse DB

This commit is contained in:
Jake Howard 2020-11-22 15:07:34 +00:00
parent 367de37fab
commit 310feaf332
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -29,5 +29,6 @@ services:
environment:
- POSTGRES_USER=synapse
- POSTGRES_PASSWORD=synapse
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- /mnt/tank/dbs/postgres/synapse:/var/lib/postgresql/data