Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions masternode/run-a-full-node/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ docker run -d --name masternode \
-p 30303:30303 \
-p 30303:30303/udp \
-v chaindata:/Viction/data \
Viction/node:stable
tomochain/node:stable
```

`docker-compose.yml`
Expand All @@ -73,7 +73,7 @@ docker run -d --name masternode \
version: "3.4"
services:
masternode:
image: Viction/node:stable
image: tomochain/node:stable
environment:
IDENTITY: $MASTERNODE_NAME
PRIVATE_KEY: $MASTERNODE_PK
Expand Down