Added is defined condition

This commit is contained in:
2025-09-01 17:05:30 +02:00
parent 4ae3cee36c
commit c98a2378c4

View File

@@ -3,7 +3,7 @@
- "CMD"
- "curl"
- "-f"
{% if container_hostname %}
{% if container_hostname is defined %}
- "-H"
- "Host: {{ container_hostname }}"
{% endif %}