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:
parent
5b85f5c26d
commit
ee7675543a
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue