diff --git a/podman_compose.py b/podman_compose.py index 969d223..1ba759e 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -1313,6 +1313,7 @@ def create_pods(compose, args): podman_args = [ "create", "--name={}".format(pod["name"]), + "--infra-name={}_infra".format(pod["name"]), "--share", "net", ] ports = pod.get("ports", None) or []