Skip to content

Commit cc8af40

Browse files
authored
Update README.md
1 parent e40ab01 commit cc8af40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Image with tag latest will build from master branch automatically for every new
2121

2222
To 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

2626
To 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

0 commit comments

Comments
 (0)