From 53e9732cefc6fd298efa72a3744ab6f8aa26e42a Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Thu, 14 Apr 2022 22:56:11 +0530 Subject: [PATCH] changed readme --- readme.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 3d5f927..43674d4 100644 --- a/readme.md +++ b/readme.md @@ -10,12 +10,7 @@ Make a Docker Image using this dockerfile To run the docker Image ```bash - docker run -it + docker run -d --env USERNAME= --env WORKER= --env PASS= ``` -This will Start the container and a terminal will pop up. -Now just enter your Username, password and Worker name.. - - - - +This will Start the container and detach it. \ No newline at end of file