hollie / tailscale-caddy-proxy

Tailscale and Caddy proxy to expose docker containers over Tailscale with HTTPS access
MIT License
74 stars 10 forks source link

Use stable Tailscale release #5

Closed Nicols0Mart closed 7 months ago

Nicols0Mart commented 7 months ago

Hey man, would be nice if you used "ARG TAILSCALE_VERSION=stable" so you don't have to update the dockerfile every time a new release for tailscale is available.

hollie commented 7 months ago

Hey @Nicols0Mart

I used to do this. Then Tailscale released a docker base image that was causing the clients to re-authenticate. I needed to revert to a previous Tailscale version until this was fixed. Since then I always specify a specific version to build my image and test it out before publishing it to docker hub.

I do publish a docker image with stable tag that you can use:

hollie/tailscale-caddy-proxy:latest

Kind regards, Hollie.