diff --git a/README.md b/README.md index 8f439893c8..1af83554ed 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Each component can also be started individually. Follow individual packages `REA ## 🐳 Running in Docker There is a docker compose configuration that allows you to run Block Explorer and all its dependencies in docker. Just run the following command to spin up the whole environment: ``` -docker-compose up +docker compose up ``` It will run local Ethereum node, ZkSync Era, Postgres DB and all Block Explorer services. diff --git a/packages/integration-tests/README.md b/packages/integration-tests/README.md index 5f3eab4dce..14ee629b25 100644 --- a/packages/integration-tests/README.md +++ b/packages/integration-tests/README.md @@ -21,7 +21,7 @@ cp .env.example packages/integration-tests/src/playbook/.env Make sure you have `Docker` installed. Before running the tests you need to spin up a local environment (use `docker-compose.yaml` from the root directory): ```bash -docker-compose up +docker compose up ``` ## Running API tests