From f1eaa6851e2557df3558dd6ce1a9b7e9196c325d Mon Sep 17 00:00:00 2001 From: pcheremu Date: Tue, 30 Jan 2024 12:05:03 +0100 Subject: [PATCH] test: fix readme docker command --- README.md | 2 +- packages/integration-tests/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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