Skip to content

Commit

Permalink
Merge pull request #445 from Tecnativa/fix-newline-in-jinja-condition
Browse files Browse the repository at this point in the history
[FIX] Fix newline auto-generated
  • Loading branch information
pedrobaeza authored Mar 14, 2024
2 parents 9452951 + 6099f7a commit 678b4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ services:
- SYS_PTRACE
environment:
DEFAULT_RELAY_HOST: "[{{ smtp_relay_host }}]:{{ smtp_relay_port }}"
{% if smtp_relay_version|float < 11.0 %}
{% if smtp_relay_version|float < 11.0 -%}
DMS_DEBUG: 0
{% else %}
LOG_LEVEL: info
{% endif %}
{%- endif %}
ENABLE_SRS: 1
ONE_DIR: 1
PERMIT_DOCKER: connected-networks
Expand Down

0 comments on commit 678b4d4

Please sign in to comment.