mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 01:37:01 +01:00
use C collate for pgsql
This commit is contained in:
parent
62ac334446
commit
5c6001b24a
@ -35,6 +35,7 @@ services:
|
||||
POSTGRES_USER: graph-node
|
||||
POSTGRES_PASSWORD: let-me-in
|
||||
POSTGRES_DB: graph-node
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --lc-collate=C --lc-ctype=C'
|
||||
volumes:
|
||||
- graphpgsql:/var/lib/postgresql/data
|
||||
subgraph:
|
||||
|
Loading…
Reference in New Issue
Block a user