Compare commits

...

1 Commits

Author SHA1 Message Date
dbb6fe15ce chore(server): support setting /etc/hosts in container 2024-11-26 20:19:20 +01:00

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 }}"