Skip to content

Commit 1e37cd1

Browse files
authored
Update README.md
1 parent 55474a9 commit 1e37cd1

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
@@ -28,7 +28,7 @@ To run with mining and full sync disabled:
2828
docker run -d --net=host \
2929
--name services-testnet-agc \
3030
--user $(id -u):$(id -g) \
31-
clearmatics/services-testnet-afnc:v0.7.0 \
31+
clearmatics/services-testnet-afnc:v0.7.0.0 \
3232
--datadir=/autonity \
3333
--nat extip:<IP_ADDRESS>
3434

@@ -41,7 +41,7 @@ To run with mining enabled and full sync enabled (so can become a validator node
4141
docker run -d --net=host \
4242
--name services-testnet-agc \
4343
--user $(id -u):$(id -g) \
44-
clearmatics/services-testnet-afnc:v0.7.0 \
44+
clearmatics/services-testnet-afnc:v0.7.0.0 \
4545
--datadir=/autonity \
4646
--nat extip:<IP_ADDRESS> \
4747
--mine --minerthreads 1 --syncmode full

0 commit comments

Comments
 (0)