diff --git a/dev.yml b/dev.yml
index eaa7ca8d31239b89f0f023049016cc80e6ffab42..4d781ed9f84182b366797f5c7317a9e5a8bb099b 100644
--- a/dev.yml
+++ b/dev.yml
@@ -23,7 +23,7 @@ services:
       - .env.dev
       - .env
     image: postgres:${POSTGRES_VERSION-11}
-    command: postgres -c log_min_duration_statement=0
+    command: postgres ${POSTGRES_ARGS-}
     volumes:
       - "./data/${COMPOSE_PROJECT_NAME-node1}/postgres:/var/lib/postgresql/data"
     networks: