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