I’m aiming to run Wordpress in a container in Podman. The Pod and the Wordpress container is connected to the trusted zone via a bridge network.
Everything works fine if I’m connecting to Wordpress from the trusted zone.
BUT! How should I make the Wordpress container reachable via the External interface?
What commands do I need to get http & https traffic that reaches the external interface to be forwarded to the Wordpress container located in a Bodman pod that’s connected to the trusted zone via a bridged Podman network?
Of course I can provide more information about my configuration but first I would like to know if it is at all possible?