Closed si14 closed 1 year ago
Tailscale 1.52.0 changed the tailscale serve CLI, which means this docker mode doesn't work anymore.
tailscale serve
Current main call:
main
tailscale serve "${TAILSCALE_SERVE_MODE}":443 / http://localhost:"${TAILSCALE_SERVE_PORT}"
I believe this should be
tailscale serve --bg --https=443 http://localhost:"${TAILSCALE_SERVE_PORT}"
instead (but I'm not fully sure if this is a full equivalent).
happend with me also
Thanks a ton @timtailscale !
Tailscale 1.52.0 changed the
tailscale serve
CLI, which means this docker mode doesn't work anymore.Current
main
call:I believe this should be
instead (but I'm not fully sure if this is a full equivalent).