Skip to content

Commit 601b84a

Browse files
authored
Merge pull request #82 from Deekor/master
Updated the docker readme with less confusing english
2 parents a1d059e + 30bd048 commit 601b84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ docker run -d\
146146
--name thor-node vechain/thor --network test
147147
```
148148
149-
Do not forget `--api-addr 0.0.0.0:8669`, if you want to access RESTful API from other containers and/or hosts. Since `thor` just bind to `localhost` by default and it won't accept requests outside the container itself.
149+
Do not forget to add the `--api-addr 0.0.0.0:8669` flag if you want other containers and/or hosts to have access to the RESTful API. `Thor`binds to `localhost` by default and it will not accept requests outside the container itself without the flag.
150150
151151
The [Dockerfile](Dockerfile) is designed to build the last release of the source code and will publish docker images to [dockerhub](https://hub.docker.com/r/vechain/thor/) by release, feel free to fork and build Dockerfile for your own purpose.
152152

0 commit comments

Comments
 (0)