Proxy URL Apache

Hi,

I have joomla site running inside container docker. It uses port 800. I want have something to map an URL joomla.site.com → to port 800. How can I use virtualhost on apache to do this ?

Thanks.

In order to achieve that, I install Apache on the host and perform reverse proxy.
There is much documentation about that: Apache Reverse Proxy Setup for Docker Containers · GitHub