silence db spam in docker

pull/19/head
Aevann1 2022-11-26 07:37:44 +02:00
parent a8c6daa431
commit 704fb78f20
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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"