mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Dencun readiness - pin Lighthouse image tag in base Docker Compose setup (#7066)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
@ -4,7 +4,7 @@ name: reth
|
|||||||
services:
|
services:
|
||||||
lighthouse:
|
lighthouse:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: sigp/lighthouse
|
image: sigp/lighthouse:v5.1.3-modern
|
||||||
depends_on:
|
depends_on:
|
||||||
- reth
|
- reth
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user