diff --git a/compose.local-db.yml b/compose.local-db.yml
index 5a82da30cd..ff202ae3e5 100644
--- a/compose.local-db.yml
+++ b/compose.local-db.yml
@@ -26,7 +26,6 @@ services:
       test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
       interval: 5s
       retries: 20
-    command: ["-c", "wal_level=logical"]
 
 #   db-publish:
 #     restart: always
diff --git a/compose_example.yml b/compose_example.yml
index 95088f4aba..33c4a78760 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -74,7 +74,6 @@ services:
       test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
       interval: 5s
       retries: 20
-    command: ["-c", "wal_level=logical"]
 
   replikey:
     restart: always