From 852a42bba0e201a58c44afa24fde04893d7ac4ce Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 7 Feb 2024 19:34:34 -0600 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49d8a89..2cbc5c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Tailscale in Docker with Serve/Funnel Support +> [!NOTE] +> The Tailscale Blog has a [recent post](https://tailscale.com/blog/docker-tailscale-guide) which describes how to use the `TS_SERVE_CONFIG` variable to manage Serve and Funnel with the official image. You should probably use that approach now instead of this weird one-off cobbled together by some rando. + This modification of the [official Tailscale Docker image](https://github.com/tailscale/tailscale/pkgs/container/tailscale) makes it easy to [Serve](https://tailscale.com/kb/1312/serve)/[Funnel](https://tailscale.com/kb/1223/funnel) another container without needing interactive configuration. _Read more about this implementation in the [blog post](https://runtimeterror.dev/tailscale-serve-docker-compose-sidecar/)._