Skip to content

Commit

Permalink
default udp
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Dec 21, 2023
1 parent 13af264 commit 2ebf36f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ COPY --from=builder /es-node/run.sh /es-node/
RUN chmod +x /es-node/run.sh
WORKDIR /es-node

EXPOSE 9545 9222 30305/udp
EXPOSE 9545 9222 9222/udp
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ docker run --name es -d \
-e ES_NODE_SIGNER_PRIVATE_KEY=<private_key> \
-p 9545:9545 \
-p 9222:9222 \
-p 30305:30305/udp \
-p 9222:9222/udp \
--entrypoint /es-node/run.sh \
ghcr.io/ethstorage/es-node:v0.1.4
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- '9545:9545'
- '9222:9222'
- '30305:30305/udp'
- '9222:9222/udp'
volumes:
- ./es-data:/es-node/es-data
environment:
Expand Down
2 changes: 1 addition & 1 deletion run-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
-e ES_NODE_SIGNER_PRIVATE_KEY=$ES_NODE_SIGNER_PRIVATE_KEY \
-p 9545:9545 \
-p 9222:9222 \
-p 30305:30305/udp \
-p 9222:9222/udp \
-d \
--entrypoint /es-node/run.sh \
$image_name
Expand Down
1 change: 0 additions & 1 deletion run-rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ es_node_start=" --network devnet \
--l1.beacon http://65.109.115.36:5052 \
--l1.beacon-based-time 1701262812 \
--l1.beacon-based-slot 1 \
--p2p.listen.udp 30305 \
--p2p.max.request.size 4194304 \
--p2p.sync.concurrency 32 \
--p2p.bootnodes enr:-Li4QPFCNc7mLPqxoVrk1eKB0qa5hb8H75IBwhvdSGGdamx1egKibkKO1v1rtLt7r3pJvoVxv95ITlpSphYCAsunU6qGAYwkwuOpimV0aHN0b3JhZ2XbAYDY15S0tGvaqDX45LTY4gi2VZzSZ4UQUcGAgmlkgnY0gmlwhEFtcySJc2VjcDI1NmsxoQM9rkUZ7qWoJQT2UVrPzDRzmLqDrxCSR4zC4db-lgz1bYN0Y3CCJAaDdWRwgnZh \
Expand Down

0 comments on commit 2ebf36f

Please sign in to comment.