File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,6 @@ services:
6868 ports :
6969 - ${CL_PORT_P2P:-9000}:9000 # P2P TCP+UDP
7070 volumes :
71- - ./data/cl- lighthouse:/opt/app/beacon
71+ - ./data/lighthouse:/opt/app/beacon # Keep data in lighthouse and not cl-lighthouse for backwards compatibility
7272 - ./jwt:/opt/jwt
7373 networks : [dvnode]
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ services:
3737 --Sync.AncientReceiptsBarrier=4367322
3838 networks : [dvnode]
3939 volumes :
40- - ./data/el- nethermind:/nethermind/data
40+ - ./data/nethermind:/nethermind/data
4141 - ./jwt:/root/jwt
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ services:
2525 volumes :
2626 - ./lodestar/run.sh:/opt/lodestar/run.sh
2727 - .charon/validator_keys:/home/charon/validator_keys
28- - ./data/vc/ lodestar:/opt/data
28+ - ./data/lodestar:/opt/data # Keep data in lodestar and not vc-lodestar for backwards compatibility
2929 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments