1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +02:00

fix initdb

This commit is contained in:
Robin Appelman 2019-01-23 17:07:52 +01:00
commit 33d4f63640

View file

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