Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Commit 5da8aca

Browse files
committed
Add /config info
1 parent 44a8bc0 commit 5da8aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme-vars.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ available_architectures:
1313

1414
# container parameters
1515
param_container_name: "{{ project_name }}"
16-
param_usage_include_vols: false
16+
param_usage_include_vols: true
17+
param_volumes:
18+
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "Cardigann config" }
1719
param_usage_include_ports: true
1820
param_ports:
1921
- { external_port: "5060", internal_port: "5060", port_desc: "The port for the Cardigann webinterface" }

0 commit comments

Comments
 (0)