nginx-proxy VIRTUAL_HOST server_name paramter work

This commit is contained in:
Mike Holloway 2025-11-29 00:55:40 -05:00
parent ca2aa36216
commit 5e5eb806c1

View File

@ -5,7 +5,7 @@
name: "pod_nextcloud"
state: created
share: ipc,uts
hostname: "{{ ansible_host }}"
hostname: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
restart_policy: always
- name: nextcloud Container State created