mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-27 09:09:05 +01:00
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_list(dst, containers, "port")
|
||||
move_list(dst, containers, "ports")
|
||||
|
||||
def move_extra_hosts(dst, containers):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user