Fix network type

This commit is contained in:
nemunaire 2024-02-09 00:35:51 +01:00
parent 4b446e51f0
commit 98d060056f
1 changed files with 1 additions and 1 deletions

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"