imthenachoman / unraid-templates

NordLynx Docker template for unRAID
MIT License
3 stars 1 forks source link

WebUI and Port Mappings issues #3

Closed diegomontanaduarte closed 2 years ago

diegomontanaduarte commented 2 years ago

I'm unable to see the WebUI option using your Rclone template. Also for unknown reason the Port Mappings it's not showing

image

imthenachoman commented 2 years ago

Strange. Can you share a screenshot of the container config?

diegomontanaduarte commented 2 years ago

image

imthenachoman commented 2 years ago

What is the custom network type you have? I have never tried that before. Does normal traffic routing still work with that?

diegomontanaduarte commented 2 years ago

Adding the extra parameter below resolved the issue.

-p '5572:5572/tcp'

image

imthenachoman commented 2 years ago

Strange. What version of unRAID are you on? I didn't have to do that. It happened automatically by setting the port in the container config.

hellopanictech commented 2 years ago

I had to do this too, using a custom network just like the OP. I'm on unRAID 6.9.2, but I think this is more related to being on our own customer networks.

imthenachoman commented 2 years ago

Ah. I guess if you use a custom neetwork then you have to explicitly pass the ports.