uncomment psql logging

pull/104/head
Aevann 2023-01-28 16:41:05 +02:00
parent e57021026b
commit 55b3c8a691
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
postgres:
container_name: "postgres"
image: postgres
#command: ["postgres", "-c", "log_statement=all"]
command: ["postgres", "-c", "log_statement=all"]
volumes:
- "./schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"
- "./seed-db.sql:/docker-entrypoint-initdb.d/10-seed-db.sql"