Solved parameter bug

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-08 20:45:23 +01:00
parent 9ef2c0d3ae
commit 383b80df6b

View File

@ -7,7 +7,7 @@
- POSTGRES_PASSWORD={{database_password}}
- POSTGRES_USER={{database_username}}
- POSTGRES_DB={{database_name}}
- POSTGRES_INITDB_ARGS="--encoding=UTF8 --locale=C"
- POSTGRES_INITDB_ARGS=--encoding=UTF8 --locale=C
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -U {{database_name}}"]