In the YAML config file, I get everything to work with a reverse proxy if I replace REVERSEPROXYIP:PORT with e.g. 192.168.xxx.yyy:443, which is the IP of the Unraid server. I'm using SWAG to manage the reverse proxy, and it responds to port 80 and 443 instead of the Unraid Web GUI.
Is there a way to get this to work with localhost or 0.0.0.0? I believe the problem is that localhost inside the container means something else, but I'm not very versed with the Docker and Unraid network settings.

In the YAML config file, I get everything to work with a reverse proxy if I replace
REVERSEPROXYIP:PORTwith e.g.192.168.xxx.yyy:443, which is the IP of the Unraid server. I'm using SWAG to manage the reverse proxy, and it responds to port 80 and 443 instead of the Unraid Web GUI.Is there a way to get this to work with
localhostor0.0.0.0? I believe the problem is thatlocalhostinside the container means something else, but I'm not very versed with the Docker and Unraid network settings.