Browse Source

dockerfile: expose 30303/udp

Ali92hm 8 years ago
parent
commit
45421d3130
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -10,5 +10,6 @@ RUN \
 
 EXPOSE 8545
 EXPOSE 30303
+EXPOSE 30303/udp
 
 ENTRYPOINT ["geth"]