1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +02:00
This commit is contained in:
Robin Appelman 2021-04-16 15:26:45 +00:00 committed by GitHub
commit 6006b6b5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,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: