chore(server): support setting /etc/hosts in container

This commit is contained in:
transcaffeine 2024-11-26 20:19:20 +01:00
parent 3616ad5f45
commit dbb6fe15ce
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -118,6 +118,7 @@
volumes: "{{ nextcloud_container_volumes }}"
labels: "{{ nextcloud_container_labels }}"
env: "{{ nextcloud_container_env }}"
etc_hosts: "{{ nextcloud_container_etc_hosts | default(omit, true) }}"
networks: "{{ nextcloud_container_networks | default(omit, true) }}"
purge_networks: "{{ nextcloud_container_purge_other_networks }}"
restart_policy: "{{ nextcloud_container_restart_policy }}"