diff --git a/podman_compose.py b/podman_compose.py index 25ccfdba..81132e17 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -855,7 +855,7 @@ async def assert_cnt_nets(compose, cnt): create missing networks """ net = cnt.get("network_mode") - if net and not net.startswith("bridge"): + if net: return cnt_nets = cnt.get("networks")