This commit is contained in:
Muayyad alsadi
2022-06-21 21:54:44 +03:00
parent 06fc0715fe
commit da5ee723c3
2 changed files with 2 additions and 2 deletions

View File

@ -757,7 +757,7 @@ def get_net_args(compose, cnt):
net_args.extend(["--network", f"container:{other_cnt}"])
else:
print(f"unknown network_mode [{net}]")
exit(1)
sys.exit(1)
proj_name = compose.project_name
default_net = compose.default_net
nets = compose.networks