Hi everyone,
I have a docker container, however I want to change the access url for that container to point to a website I created on my aaPanel for example:
Docker can be access through my serverip:3000
I want to change that so I can access it via my xx.domain.com without having to add a port as in xx.domain.com:3000
I wonder how to achieve that using the terminal
Thanks,
Rami