diff --git a/docker-compose.yml b/docker-compose.yml index 52d79dbfd..b53fb74b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: postgres: image: postgres:12.3 - #command: ["postgres", "-c", "log_statement=all"] + command: ["postgres", "-c", "log_statement=all"] # uncomment this if u wanna output all SQL queries to the console volumes: - "./schema.sql:/docker-entrypoint-initdb.d/00-schema.sql"