Skip to content

Commit a1d66c3

Browse files
authored
Update start-node.md
docker-compose command isn't working. Should be sudo docker compose -f mainnet/docker-compose.yml up
1 parent c5bebf0 commit a1d66c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/zkEVM/get-started/setup-nodes/deploy-zkevm/start-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ comments: true
77
From the `zkevm` root directory, run the following:
88

99
```sh
10-
sudo docker-compose -f mainnet/docker-compose.yml up
10+
sudo docker compose -f mainnet/docker-compose.yml up
1111
```
1212

1313
This command spins up the following services:
@@ -74,4 +74,4 @@ You can fix many restart issues and persistent errors by stopping and deleting a
7474
```sh
7575
docker rm $(docker ps -aq)
7676
docker rmi $(docker images -q)
77-
```
77+
```

0 commit comments

Comments
 (0)