nimbus-geth-goerli: fix paths for extra data volume

Otherwise `/docker` is part of root and there's not enough space.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-06-26 12:54:54 +02:00
parent 5b85f5c26d
commit ee7675543a
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
---
# Volumes
bootstrap__extra_volume_bind_paths:
DATA_VOLUME1: ['/data', '/docker']
# Geth node
geth_service_name: 'geth-goerli-{{ "%02d"|format(idx|int+1) }}'
geth_service_path: '/docker/{{ geth_service_name }}'