diff options
author | Ali92hm <ali92hm@gmail.com> | 2017-05-21 01:37:45 +0800 |
---|---|---|
committer | Ali92hm <ali92hm@gmail.com> | 2017-05-26 03:34:29 +0800 |
commit | 45421d3130482f4c416c29f3f843fc8cdb0590dc (patch) | |
tree | 849095c64ca6b18404d705a47cfa25989e4d81a7 /Dockerfile | |
parent | 115e7d71cc09aee46aa68004146073e17d6e40aa (diff) | |
download | go-tangerine-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.gz go-tangerine-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.zst go-tangerine-45421d3130482f4c416c29f3f843fc8cdb0590dc.zip |
dockerfile: expose 30303/udp
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 1db97e028..6bf13dc31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,6 @@ RUN \ EXPOSE 8545 EXPOSE 30303 +EXPOSE 30303/udp ENTRYPOINT ["geth"] |