fix nexwork control

This commit is contained in:
Robert Kaussow 2020-06-16 21:48:34 +02:00
parent 7b6db98976
commit 843cebb874
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -26,8 +26,8 @@ services:
{% if droneci_runner_docker_memory_reservation is defined %}
mem_reservation: {{ droneci_runner_docker_memory_reservation }}
{% endif %}
{% if droneci_runner_docker_networks | default([]) | length > 0 %}
{% if droneci_runner_docker_networks | default([]) %}
networks:
{% for network in droneci_runner_docker_networks %}
{{ network.name }}: