expose
This commit is contained in:
@@ -8,10 +8,12 @@ services:
|
|||||||
net.ipv4.tcp_no_metrics_save: 1
|
net.ipv4.tcp_no_metrics_save: 1
|
||||||
volumes:
|
volumes:
|
||||||
- "bor_data:/datadir"
|
- "bor_data:/datadir"
|
||||||
|
expose:
|
||||||
|
- 8545
|
||||||
ports:
|
ports:
|
||||||
- "40303:40303"
|
- "40303:40303"
|
||||||
- "40303:40303/udp"
|
- "40303:40303/udp"
|
||||||
command: server --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --port=40303 --http --ws --ws.port=8545 --ws.addr=0.0.0.0 --http.addr=0.0.0.0 --datadir=/datadir
|
command: server --bor.heimdall=https://polygon-heimdall-rest.publicnode.com --port=40303 --http --http.port=8545 --ws --ws.port=8545 --ws.addr=0.0.0.0 --http.addr=0.0.0.0 --datadir=/datadir
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user