lets define the ports
This commit is contained in:
@@ -99,6 +99,10 @@ services:
|
|||||||
image: testinprod/op-erigon
|
image: testinprod/op-erigon
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
stop_grace_period: 5m
|
stop_grace_period: 5m
|
||||||
|
expose:
|
||||||
|
- "9090"
|
||||||
|
- "8545"
|
||||||
|
- "8551"
|
||||||
command: >
|
command: >
|
||||||
--private.api.addr=localhost:9090
|
--private.api.addr=localhost:9090
|
||||||
--http.addr=0.0.0.0
|
--http.addr=0.0.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user