[rpi4] podman containers not accessible on the LAN

  • Hi!

    Using the latest avalable podman addon I have started an nginx container:

    podman run -d --name nginx --publish 8085:80 docker.io/library/nginx:alpine

    The container is accessible from the host machine but not from other machines on the same LAN

    iptables is disabled and the same configuration run with docker is accessible on the LAN.

    Can you please check?

    Thank you