Fix a syntax error in the docker stack file

This commit is contained in:
Andrea Dell'Amico 2020-10-07 18:45:52 +02:00
parent 50dc723120
commit fb6a8f8ad1
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ services:
mode: host
{% endif %}
{% endif %}
dns: [127.0.0.11]
dns: [127.0.0.11]
deploy:
{% if docker_swarm_haproxy_installation_type == 'keepalive' or docker_swarm_haproxy_installation_type == 'mesh' %}
mode: replicated