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.

nginx/docker port conflict

Featured Replies

Just a quick warning to anyone, before you reboot to this release.  Make sure any containers using port 443 on the host side are prevented from autostarting....

 

It seems the docker containers start before nginx comes up, so if port 443 is in use, it throws a bit of a spanner into the works.

Edited by CHBMB

5 minutes ago, CHBMB said:

Just a quick warning to anyone, before you reboot to this container.  Make sure any containers using port 443 on the host side are prevented from autostarting....

 

nginx starts default with ports 80 and 443, but these can be reassigned using the 'emhttp' statement in the go file. Some examples:

 

/usr/local/sbin/emhttp &                              # starts nginx on ports 80 (http) and 443 (https)

/usr/local/sbin/emhttp -p 8080 &                 # starts nginx on ports 8080 (http) and 443 (https)

/usr/local/sbin/emhttp -p 8080,8443 &        # starts nginx on ports 8080 (http) and 8443 (https)

 

Edited by bonienl

  • Author

Yeah, I know that, but I forgot before I restarted. So docker came up and nginx wasn't happy. SSH in and fixed it though.

Sent from my LG-H815 using Tapatalk

How did you fix this issue??

 

I just updated and cannot get to the GUI....I have letsencrypt autostarting but cannot figure out how to stop it from starting up with the server...

 

Any help would be appreciated!!

 

Edit:  

 

Got it to boot by adding:

 

# Start the Management Utility
/usr/local/sbin/emhttp -p 8686,6443 &

 

to my go file...

Edited by airbillion

Have a read of this topic - subject may not look right but keep reading :D

 

 

 

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.