November 26, 2025Nov 26 Why do some docker container templates have different port configuration options?This one is missing the "Container Port":
November 26, 2025Nov 26 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.
November 26, 2025Nov 26 Brandon Martino - Personal SiteGuide-DockerNetworksBrandon Martino - Personal Site
November 26, 2025Nov 26 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'
November 27, 2025Nov 27 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.