fix nexwork control
This commit is contained in:
parent
7b6db98976
commit
843cebb874
@ -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 }}:
|
||||
|
Loading…
Reference in New Issue
Block a user