2024-04-12, 07:52 PM
You still need to forward ports 80 and 443. How else will external requests get through your router? The port publishing in the docker config for Nginx is only for allowing those ports into the container since it isn't using host networking. You don't need to forward port 8096, though.