mirror of
https://github.com/containers/podman-compose.git
synced 2025-07-07 16:06:59 +02:00
Ignore files generated by tests
Signed-off-by: Bas Zoetekouw <bas.zoetekouw@surf.nl>
This commit is contained in:
committed by
Povilas Kanapickas
parent
45ca1f994f
commit
bdff78dcba
@ -901,6 +901,8 @@ def get_net_args(compose, cnt):
|
||||
net_options.append(f"ip={ipv4}")
|
||||
if ipv6:
|
||||
net_options.append(f"ip={ipv6}")
|
||||
if mac:
|
||||
net_options.append(f"mac={mac}")
|
||||
|
||||
if net_options:
|
||||
net_args.extend(["--network", f"{net_name}:" + ",".join(net_options)])
|
||||
|
Reference in New Issue
Block a user