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 31, 2024
1 parent 2ed94a1 commit 1ad4c24
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
@@ -39,7 +39,7 @@ Run the container in the `scripts` directory and specify any ENV VARs:
```shell
docker run --name scripts -v "$(pwd)":/root/scripts -e WEB3_INFURA_PROJECT_ID -d -p 2222:22 scenv
```
Note: *It may take up to 1 minute for the container to start properly the first time.*
Note: *It may take up to 1 minute for the container to initialize properly the first time.*
#### Step 4. Now connect to the running container using SSH:
```shell
ssh root@localhost -p 2222 # password: 1234

0 comments on commit 1ad4c24

Please sign in to comment.