Fix a indentation error.
This commit is contained in:
parent
a937f71079
commit
f55e6f8b12
|
@ -10,6 +10,7 @@ networks:
|
||||||
volumes:
|
volumes:
|
||||||
{{ open_asfa_couchbase_volume }}:
|
{{ open_asfa_couchbase_volume }}:
|
||||||
{% if open_asfa_couchbase_volume_type == "nfs4" %}
|
{% if open_asfa_couchbase_volume_type == "nfs4" %}
|
||||||
|
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: {{ open_asfa_couchbase_volume_type }}
|
type: {{ open_asfa_couchbase_volume_type }}
|
||||||
|
|
Loading…
Reference in New Issue