File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ Image with tag latest will build from master branch automatically for every new
2121
2222To run with mining and full sync disabled:
2323
24- ` docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.5 `
24+ ` docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.6 `
2525
2626To run with mining enabled and full sync enabled (so can become a validator node):
2727
28- ` docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.5 --mine --minerthreads 1 --syncmode full `
28+ ` docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.6 --mine --minerthreads 1 --syncmode full `
2929
3030## [ Optional] Test your setup:
3131``` console
You can’t perform that action at this time.
0 commit comments