From b62b817c66cfdf23d30e57d232cb19c49ec462d3 Mon Sep 17 00:00:00 2001 From: alsadi Date: Tue, 5 Mar 2019 00:48:48 +0200 Subject: [PATCH] fix typo in ports --- podman-compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-compose.py b/podman-compose.py index df647ac..0f4cfc6 100755 --- a/podman-compose.py +++ b/podman-compose.py @@ -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): """