Describe the problem/error/question
I followed the n8n documentation on how to setup a n8n server using docker-compose. My server is a virtual machine on a proxmox server. The issue that I am having is that the instance of n8n works fine on my VM that hosts n8n but when I try to access it from another computer in my network I get an error it is not reachable. However I am confused because I can ping the VM machine that n8n is on. The way I understand the docs is that we mount the ports in the docker-compose.yml file. Or am I missing something.