From f0f29edf22f18ff5058340daefde2884292ddf0b Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Mon, 1 Jan 2024 16:44:13 -0600 Subject: [PATCH] add link to blog post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fda6427..49d8a89 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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/)._ + ## Prereqs - A [pre-authentication key](https://tailscale.com/kb/1085/auth-keys) so the Tailscale container can log in to your tailnet. - [Tailscale Serve setup](https://tailscale.com/kb/1312/serve#setup)