joelyuk

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by joelyuk

  1. Ok, thanks for the reply to confirm. I really don't want to run containers in "Bridge" mode, so I just ended up installing the original nginx proxy manager container from jc21 on Docker Hub and configured myself manually in Unraid - I was going to create a new wrapper container similar to this one for those Unraid'ers who wanted to keep the ports as 80 and 443, but to be honest its simple enough to do without the overheads of another wrapper container and just requires a MariaDB container to run the database aspect. Thanks again though
  2. Hi, I'm trying to set this up for the first time, and I run all of my Docker containers in Unraid with the 'Custom' network setting selected so that I can map an individual IP to the container in my network. I also tried to set the Web UI Port, HTTP Port and HTTPS Port options in the Unraid Docker app config to the standard ports (8181, 80 and 443 - attached in the picture below) which appear to be setting environmental variables in the docker command, but it seems the container starts and defaults to the standard ports of 8181, 8080 and 4443 and ignores the environmental variables set to change the application ports in the container. Has this feature been changed? I can't seem to get it to work Thanks.