Use correct args to build synapse DB
This commit is contained in:
parent
367de37fab
commit
310feaf332
1 changed files with 1 additions and 0 deletions
|
@ -29,5 +29,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=synapse
|
- POSTGRES_USER=synapse
|
||||||
- POSTGRES_PASSWORD=synapse
|
- POSTGRES_PASSWORD=synapse
|
||||||
|
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/dbs/postgres/synapse:/var/lib/postgresql/data
|
- /mnt/tank/dbs/postgres/synapse:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in a new issue