From 455c13a7ceeab91ecb3ab2a8614e08cb7ab3f249 Mon Sep 17 00:00:00 2001 From: Justin Steven Date: Wed, 29 Apr 2026 10:18:03 +1000 Subject: [PATCH] Fix ghcr docker image tags Signed-off-by: Justin Steven --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08d5fb1..575a14f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ caddy-tailscale includes a Dockerfile for building a Caddy image with the plugin This can be built manually, or you can use the pre-built image with: ```sh -docker run -it --rm ghcr.io/tailscale/caddy-tailscale +docker run -it --rm ghcr.io/tailscale/caddy-tailscale:main ``` Mount a custom Caddyfile to `/etc/caddy/Caddyfile` and optionally mount a volume @@ -76,7 +76,7 @@ to `/config` to persist the default Tailscale state directory: docker run -it --rm \ -e TS_AUTHKEY="tskey-auth-XXX" \ -v ./custom.caddyfile:/etc/caddy/Caddyfile -v ./config:config \ - ghcr.io/tailscale/caddy-tailscale + ghcr.io/tailscale/caddy-tailscale:main ``` ## Configuration