Skip to content

Commit

Permalink
[FIX] Fix newline auto-generated
Browse files Browse the repository at this point in the history
With the last change, updating docker-mailserver, when common.yaml is generated
empty newline is generated.
  • Loading branch information
josep-tecnativa committed Feb 20, 2024
1 parent 9452951 commit 2679da9
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 2679da9

Please sign in to comment.