dockerfile: expose 30303/udp

This commit is contained in:
Ali92hm
2017-05-25 12:34:29 -07:00
parent 115e7d71cc
commit 45421d3130
+1
View File
@@ -10,5 +10,6 @@ RUN \
EXPOSE 8545
EXPOSE 30303
EXPOSE 30303/udp
ENTRYPOINT ["geth"]