From 658a7219d63b788c13d4014a509e91c9a66f4b57 Mon Sep 17 00:00:00 2001 From: Nikita Panin Date: Wed, 30 Oct 2024 21:06:37 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2ea758..2586ad93 100644 --- a/README.md +++ b/README.md @@ -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