Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnp authored Oct 30, 2024
1 parent 23d858d commit 658a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Run the container and specify any ENV VARs:
```shell
docker run -v "$(pwd)":/root/scripts -e WEB3_INFURA_PROJECT_ID -d -p 2222:22 scripts-env
```

Note: *It may take up to 1 minute for the container to start properly the first time.*
#### Step 4. Now connect to the running container using SSH:
```shell
ssh root@localhost -p 2222 # password: 1234
Expand Down

0 comments on commit 658a721

Please sign in to comment.