mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
initdb with no-locale
This commit is contained in:
parent
151d268d45
commit
3ba1b8074b
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ services:
|
|||
container_name: db
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=${DB_PASSWORD}
|
||||
- POSTGRES_INITDB_ARGS="--no-locale -E=UTF8"
|
||||
volumes:
|
||||
- "./db_data:/var/lib/postgresql/data"
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue