I am running netmaker which is a wireguard mesh VPN service on a Docker container, and I need port 9981 to be reachable from the Docker container, so that I can access port 9981 via my Wireguard WAN.
Port 9981 is open on the VPS on which Netmaker is hosted, but isn't reachable from within the Docker container. I have been trying to no avail to get this right, and I'm now at my wits end.
I was advised to add this line to my docker-container file which has just caused error after error -
PORT_FORWARD_SERVICES="127.0.0.1:9981:9981"
Please can someone assist.