Update README.md

This commit is contained in:
Vivek Teega 2022-08-11 18:22:02 +05:30 committed by GitHub
parent 1766ef554a
commit 06ed10bc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ To run the docker Image
docker run -d --env USERNAME=<USERNAME> --env WORKER=<WORKER-ID> --env PASS=<WORKER-PASSWORD> <IMAGE-ID>
# Check logs
docker logs <RUNNING-CONTAINER-ID>
docker logs <RUNNING-CONTAINER-ID> --follow
```
This will Start the container and detach it.