Skip to content

Commit 2bb329d

Browse files
committed
Backwards compatibility for volumes
1 parent 05f1975 commit 2bb329d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose-cl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

compose-el.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

compose-vc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)