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.

Why do some docker container templates have different port configuration options?

Featured Replies

Why do some docker container templates have different port configuration options?

This one is missing the "Container Port":

image.png

image.png

  • Community Expert
7 minutes ago, Jaybau said:

This one is missing the "Container Port":

Probably has default network mode set to other than "bridge". Only bridge networks can remap ports.

Brandon Martino - Personal Site
No image preview

Guide-DockerNetworks

Brandon Martino - Personal Site
  • Author

Thanks...getting closer....seems Tailscale might be causing the problem...

Container works without Tailscale.

When I enable Tailscale:

nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)

nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)

nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)

docker run
  -d
  --name='kanboard'
  --entrypoint='/opt/unraid/tailscale'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="kanboard"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'PLUGIN_INSTALLER'='true'
  -e 'CA_TS_FALLBACK_DIR'='/var/www/app/data'
  -e TAILSCALE_HOSTNAME='kanboard'
  -e TAILSCALE_ALLOW_LAN_ACCESS='false'
  -e TAILSCALE_USE_SSH='false'
  -e TAILSCALE_USERSPACE_NETWORKING='false'
  -e TAILSCALE_SERVE_PORT='8001'
  -e ORG_POSTARGS='cp
  -u /var/www/app/config.php /var/www/app/data/config.php'
  -e ORG_ENTRYPOINT="/usr/local/bin/entrypoint.sh"
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8001]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/ArieDed/unraid-template/master/img/kanboard_logo.png'
  -l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]'
  -l net.unraid.docker.tailscale.hostname='kanboard'
  -p '8001:80/tcp'
  -v '/mnt/user/appdata/kanboard/data':'/var/www/app/data':'rw'
  -v '/mnt/user/appdata/kanboard/plugins':'/var/www/app/plugins':'rw'
  -v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale'
  --cap-add=NET_ADMIN
  --device='/dev/net/tun' 'kanboard/kanboard'

unraids web ui uses poprt 443 and 80 when rungin a sytem like NPM that has its own web ui and ports 443 and 80 its best to run that on a custom br0 and give it its own lan idenity.

tahts a port conflict as unraids emhttp is in use of the ports that teh docker bridge is tryign to bind too.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.