Skip to content

Commit 5420ca2

Browse files
committed
fix: example docker run command
1 parent 5c3ab85 commit 5420ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ The preferred way to configure XMRig is using a configuration file in JSON forma
7272
To run the docker container:
7373

7474
```bash
75-
docker container run -it --rm \
75+
docker container run --restart unless-stopped \
76+
--name crpto-miner -d --read-only --rm \
7677
-e MINING_POOL="rx.unmineable.com:3333" \
7778
-e MINING_COIN="SHIB" \
7879
-e REFERRAL_CODE="7lkr-kmhq" \

0 commit comments

Comments
 (0)