mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Snapshots: open bittorrent udp port in docker (#3969)
* Snapshots: open torrent udp in docker-compose.yml * Snapshots: open torrent udp in docker-compose.yml
This commit is contained in:
parent
9c2ea3d41b
commit
6865f2543d
@ -21,7 +21,7 @@ RUN chown -R erigon:erigon /home/erigon
|
||||
|
||||
USER erigon
|
||||
|
||||
EXPOSE 8545 8550 8551 8546 30303 30303/udp 30304 30304/udp 8080 9090 6060
|
||||
EXPOSE 8545 8550 8551 8546 30303 30303/udp 42069 42069/udp 8080 9090 6060
|
||||
|
||||
# https://github.com/opencontainers/image-spec/blob/main/annotations.md
|
||||
ARG BUILD_DATE
|
||||
|
@ -17,8 +17,6 @@ services:
|
||||
ports:
|
||||
- "30303:30303/tcp"
|
||||
- "30303:30303/udp"
|
||||
- "30304:30304/tcp"
|
||||
- "30304:30304/udp"
|
||||
restart: unless-stopped
|
||||
|
||||
prometheus:
|
||||
@ -65,5 +63,6 @@ services:
|
||||
- erigon
|
||||
ports:
|
||||
- "9093:9093"
|
||||
- "42069:42069"
|
||||
- "42069:42069/tcp"
|
||||
- "42069:42069/udp"
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user