forked from extern/podman-compose
FIXES #288: extenal as dict
This commit is contained in:
parent
e62f1a54af
commit
af1697e9bf
@ -573,6 +573,7 @@ def assert_cnt_nets(compose, cnt):
|
||||
args.extend(["--label", item])
|
||||
if net_desc.get("internal", None):
|
||||
args.append("--internal")
|
||||
args.append(net_name)
|
||||
compose.podman.output([], "network", args)
|
||||
compose.podman.output([], "network", ["exists", net_name])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user