forked from extern/podman-compose
fix typo in ports
This commit is contained in:
parent
ed09b46f83
commit
b62b817c66
@ -99,7 +99,7 @@ def move_port_fw(dst, containers):
|
|||||||
"""
|
"""
|
||||||
move port forwarding from containers to dst (a pod or a infra container)
|
move port forwarding from containers to dst (a pod or a infra container)
|
||||||
"""
|
"""
|
||||||
move_list(dst, containers, "port")
|
move_list(dst, containers, "ports")
|
||||||
|
|
||||||
def move_extra_hosts(dst, containers):
|
def move_extra_hosts(dst, containers):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user