1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 09:04:06 +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 container_name: db
environment: environment:
- POSTGRES_PASSWORD=${DB_PASSWORD} - POSTGRES_PASSWORD=${DB_PASSWORD}
- POSTGRES_INITDB_ARGS="--no-locale -E=UTF8" - POSTGRES_INITDB_ARGS="--no-locale"
volumes: volumes:
- "./db_data:/var/lib/postgresql/data" - "./db_data:/var/lib/postgresql/data"
networks: networks: