Compare commits

..

No commits in common. "4b446e51f0ecd3df991c81603059ee0563f796a9" and "a69b4364fdbec14d32e6065062bccd4cda1d8ea7" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
namespace: happydns
name: happydomain
version: 0.4.3
version: 0.4.2
readme: README.md
authors:
- happyDomain Team <happydomain.org>

View File

@ -7,10 +7,11 @@ happydomain_version: "latest"
happydomain_data_dir: "" # defaults to /var/lib/happydomain.{{ instance_name }} if not filled
happydomain_inner_data_dir: "/data"
happydomain_docker_network: "default"
happydomain_docker_mounts:
- source: "{% if happydomain_data_dir != '' %}{{ happydomain_data_dir }}{% else %}/var/lib/{% if instance_name != 'happyDomain' %}happydomain.{% endif %}{{ instance_name }}{% endif %}"
target: "{{ happydomain_inner_data_dir }}"
type: "bind"
happydomain_admin_bind: "./happydomain.sock"
happydomain_baseurl: ""
happydomain_custom_body_html: ""