mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-19 19:27:47 +02:00
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…
x
Reference in New Issue
Block a user