mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
dockerfile: expose 30303/udp
This commit is contained in:
parent
115e7d71cc
commit
45421d3130
1 changed files with 1 additions and 0 deletions
|
|
@ -10,5 +10,6 @@ RUN \
|
||||||
|
|
||||||
EXPOSE 8545
|
EXPOSE 8545
|
||||||
EXPOSE 30303
|
EXPOSE 30303
|
||||||
|
EXPOSE 30303/udp
|
||||||
|
|
||||||
ENTRYPOINT ["geth"]
|
ENTRYPOINT ["geth"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue