anyone have an issue when trying to set the Tailscale Server Port or Tailscale Serve Protocol Port and get this error?
tailscale serve flag provided but not defined: -https446
Here is my container run command:
docker run
-d
--name='nextcloud'
--entrypoint='/opt/unraid/tailscale'
--net='towernet'
--pids-limit 2048
-e TZ="America/Chicago"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="nextcloud"
-e 'PUID'='99'
-e 'PGID'='100'
-e 'UMASK'='022'
-e TAILSCALE_HOSTNAME='nextcloud'
-e TAILSCALE_ALLOW_LAN_ACCESS='false'
-e TAILSCALE_USE_SSH='false'
-e TAILSCALE_USERSPACE_NETWORKING='false'
-e TAILSCALE_SERVE_PORT='445'
-e TAILSCALE_SERVE_PROTOCOL_PORT='446'
-e TAILSCALE_TROUBLESHOOTING='true'
-e ORG_ENTRYPOINT="/init"
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='https://[IP]:[PORT:443]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nextcloud-logo.png'
-l net.unraid.docker.tailscale.webui='https://[hostname][magicdns]'
-l net.unraid.docker.tailscale.hostname='nextcloud'
-p '2443:443/tcp'
-v '/mnt/user/drive/nextcloud/':'/data':'rw'
-v '/mnt/user/appdata/nextcloud':'/config':'rw'
-v '/usr/local/share/docker/tailscale_container_hook':'/opt/unraid/tailscale'
--cap-add=NET_ADMIN
--device='/dev/net/tun' 'lscr.io/linuxserver/nextcloud'
d363dd41140770029d59bbf8cd45097c5e8ece375674e5052e1334912ae81990
I'm trying to use this with my nextcloud container but it also uses port 443:
nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address in use)
nginx: [emerg] bind() to [::]:443 failed (98: Address in use)