Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setting and ip address and a port

Featured Replies

I have created a docker container with a nodejs application inside it. The application listens on port 3000.

In the unraid docker settings I am using br0 as my Network Type to give the container its own IP address. I then want to forward traffic from port 80 to 3000, however, I cannot work out how to do this.

 

If I select bridge mode instead of br0 then the port configuration allows me to set port 80 to forward, however, in br0 mode the container port field is missing. I also tried adding "-p 80:3000" as an extra parameter in the advanced fields. However, this had no effect.

 

Is this possible?

3 minutes ago, jonners99 said:

Is this possible?

No. If the container has its own IP, then all ports are open and available. You need to change the listening port in the app itself to 80, which may not be possible if it's running non privileged.

4 minutes ago, jonners99 said:

give the container its own IP address

All port mappings are ignored when a container runs on its own dedicated IP.  You will always use in your case 3000

1 minute ago, jonathanm said:

No. If the container has its own IP, then all ports are open and available. You need to change the listening port in the app itself to 80, which may not be possible if it's running non privileged.

Jinx

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.