update bootstrap extra volume var name

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-26 16:30:45 +01:00
parent 53a059fa2c
commit 03b6fbe91b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ bootstrap__root_pass: '{{lookup("passwordstore", "hosts/admin-pass")}}'
consul_encryption_key: '{{lookup("passwordstore", "services/consul/encryption-key")}}'
# Add volume for Nimbus data
bootstrap_extra_volume_path: '/docker'
bootstrap__extra_volume_path: '/docker'
# Disable Watchtower cleanup to avoid removal errors
bootstrap__watchtower_cleanup_flag: false

View File

@ -1,6 +1,6 @@
---
# Mount extra volume for ElasticSearch container
bootstrap_extra_volume_path: '/docker'
bootstrap__extra_volume_path: '/docker'
# ElasticSearch Cluster
es_master_nodes: |