mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
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…
x
Reference in New Issue
Block a user