Skip to content

Commit 6a16ddd

Browse files
committed
fix(reth): replace deprecated docker-compose with docker compose
1 parent 9480ec1 commit 6a16ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The node determines its mode based on the presence of the `RETH_FB_WEBSOCKET_URL
1717

1818
## Running the Node
1919

20-
The node follows the standard `docker-compose` workflow in the master README.
20+
The node follows the standard `docker compose` workflow in the master README.
2121

2222
```bash
2323
# To run Reth node with Flashblocks support, set RETH_FB_WEBSOCKET_URL in your .env file
24-
CLIENT=reth docker-compose up
24+
CLIENT=reth docker compose up
2525
```
2626

2727
## Testing Flashblocks RPC Methods

0 commit comments

Comments
 (0)