We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3ab85 commit 5420ca2Copy full SHA for 5420ca2
README.md
@@ -72,7 +72,8 @@ The preferred way to configure XMRig is using a configuration file in JSON forma
72
To run the docker container:
73
74
```bash
75
-docker container run -it --rm \
+docker container run --restart unless-stopped \
76
+ --name crpto-miner -d --read-only --rm \
77
-e MINING_POOL="rx.unmineable.com:3333" \
78
-e MINING_COIN="SHIB" \
79
-e REFERRAL_CODE="7lkr-kmhq" \
0 commit comments