use C collate for pgsql

This commit is contained in:
alexcos20 2023-11-21 20:12:47 +02:00
parent 62ac334446
commit 5c6001b24a
1 changed files with 1 additions and 0 deletions

View File

@ -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: