Corrected missing .yml extension in Nethermind example (#11316)

pull/11013/head
Donny 2 days ago committed by GitHub
parent 050e13f428
commit cc4acdda0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docker-compose/README.md

@ -45,7 +45,7 @@ The repo contains built-in configs for different JSON RPC clients without need t
| Erigon | `docker-compose -f erigon.yml up -d` |
| Geth (suitable for Reth as well) | `docker-compose -f geth.yml up -d` |
| Geth Clique | `docker-compose -f geth-clique-consensus.yml up -d` |
| Nethermind, OpenEthereum | `docker-compose -f nethermind up -d` |
| Nethermind, OpenEthereum | `docker-compose -f nethermind.yml up -d` |
| Ganache | `docker-compose -f ganache.yml up -d` |
| HardHat network | `docker-compose -f hardhat-network.yml up -d` |

Loading…
Cancel
Save