forked from extern/podman-compose
FIXES #511: ipv6
This commit is contained in:
parent
f674ab8cfb
commit
4a73ae86bc
@ -798,7 +798,7 @@ def get_net_args(compose, cnt):
|
|||||||
if ip:
|
if ip:
|
||||||
net_args.append(f"--ip={ip}")
|
net_args.append(f"--ip={ip}")
|
||||||
if ip6:
|
if ip6:
|
||||||
net_args.append(f"--ip6={ip}")
|
net_args.append(f"--ip6={ip6}")
|
||||||
return net_args
|
return net_args
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user