docker-compose variables and setup
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
ports:
|
||||
{% for port in (80, 443, 25, 465, 587, 110, 995, 143, 993) %}
|
||||
{% if bind4 %}
|
||||
- "{{ bind4}}:{{ port }}:{{ port }}"
|
||||
- "{{ bind4 }}:{{ port }}:{{ port }}"
|
||||
{% endif %}
|
||||
{% if bind6 %}
|
||||
- "{{ bind6 }}:{{ port }}:{{ port }}"
|
||||
|
||||
Reference in New Issue
Block a user