(I am extremely new to hosting Apache and this question may sound stupid but thanks for your patience).
I am using Apache 2. I can access var/www/html/index.html page from the internet. I also have a docker container app(in vue) that is mapped to port 8080 of host computer. I want to access this port through the internet.
How can I do so?