Fix a syntax error in the docker stack file
This commit is contained in:
parent
50dc723120
commit
fb6a8f8ad1
|
@ -42,8 +42,7 @@ services:
|
||||||
mode: host
|
mode: host
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
dns: [127.0.0.11]
|
||||||
dns: [127.0.0.11]
|
|
||||||
deploy:
|
deploy:
|
||||||
{% if docker_swarm_haproxy_installation_type == 'keepalive' or docker_swarm_haproxy_installation_type == 'mesh' %}
|
{% if docker_swarm_haproxy_installation_type == 'keepalive' or docker_swarm_haproxy_installation_type == 'mesh' %}
|
||||||
mode: replicated
|
mode: replicated
|
||||||
|
|
Loading…
Reference in New Issue