fix: leading space in extra networks
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
c27b4d9488
commit
967ffb0c2d
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ services:
|
|||
{% endif %}
|
||||
networks:
|
||||
- {{ opencloud_traefik_network }}
|
||||
{% for net in opencloud_extra_networks %}
|
||||
{% for net in opencloud_extra_networks %}
|
||||
- {{ net }}
|
||||
{% endfor %}
|
||||
{% if opencloud_extra_hosts is defined and opencloud_extra_hosts | length > 0 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue