Commit b9276067 authored by Spiros Koulouzis's avatar Spiros Koulouzis

try to add networks

parent ce7149fa
......@@ -232,7 +232,6 @@ class DockerComposeTransformer:
for network in networks:
network_id = {}
network_id[next(iter(network))] = None
all_networks_ids.add(network)
all_networks.append(network_id)
services['services'][node_template_key] = service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment