Compare commits

...

2 Commits

Author SHA1 Message Date
nemunaire 9a3b521f42 Prepare 0.4.4
continuous-integration/drone/tag Build is passing Details
2024-02-09 00:40:13 +01:00
nemunaire 98d060056f Fix network type 2024-02-09 00:35:51 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -11,7 +11,7 @@
memory_swap: 512M
mounts: "{{ happydomain_docker_mounts }}"
tmpfs: "{{ happydomain_docker_tmpfs | default([]) }}"
networks: "{{ happydomain_docker_network | default({}) }}"
networks: "{{ happydomain_docker_network | default([]) }}"
env:
HAPPYDOMAIN_ADMIN_BIND: "{{ happydomain_admin_bind }}"
HAPPYDOMAIN_BIND: "0.0.0.0:8081"