Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A simple docker compose script for launching full / archive node for OP Stack ch

> Note: If you're not logged in as root, you'll need to log out and log in again after installation to complete the docker installation.

Note: This command install docker and docker compose for Ubuntu. For windows and mac desktop or laptop, please use Docker Desktop. For other OS, please find instruction in Google.
Note: This command installs docker and docker compose for Ubuntu. For windows and mac desktop or laptop, please use Docker Desktop. For other OS, please find instruction in Google.

```sh
# Update and upgrade packages
Expand Down Expand Up @@ -62,7 +62,7 @@ sudo docker run hello-world
docker ps
```

It should returns an empty container list without having any error. Otherwise, restart your machine if there are errors.
It should return an empty container list without having any error. Otherwise, restart your machine if there are errors.

### Clone the Repository

Expand Down Expand Up @@ -127,7 +127,7 @@ Open `.env` with your editor of choice
docker compose up -d --build
```

Will start the node in a detatched shell (`-d`), meaning the node will continue to run in the background. We recommended to add `--build` to make sure that latest changes are being applied.
Will start the node in a detached shell (`-d`), meaning the node will continue to run in the background. We recommend to add `--build` to make sure that latest changes are being applied.

### View logs

Expand Down