nginx-proxy VIRTUAL_HOST server_name paramter work
This commit is contained in:
parent
ca2aa36216
commit
5e5eb806c1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user