Skip to content

Commit

Permalink
test: fix readme docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 30, 2024
1 parent 8a57793 commit f1eaa68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1eaa68

Please sign in to comment.