From 4a492c9e5b9a38d42de7c771ee573a41de0604d4 Mon Sep 17 00:00:00 2001 From: Serhat Dolmac Date: Sun, 12 Apr 2026 17:49:10 +0300 Subject: [PATCH] fix(reth): replace deprecated docker-compose with docker compose --- reth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reth/README.md b/reth/README.md index edf8e92c9..485a0458a 100644 --- a/reth/README.md +++ b/reth/README.md @@ -17,11 +17,11 @@ The node determines its mode based on the presence of the `RETH_FB_WEBSOCKET_URL ## Running the Node -The node follows the standard `docker-compose` workflow in the master README. +The node follows the standard `docker compose` workflow in the master README. ```bash # To run Reth node with Flashblocks support, set RETH_FB_WEBSOCKET_URL in your .env file -CLIENT=reth docker-compose up +CLIENT=reth docker compose up ``` ## Testing Flashblocks RPC Methods