Skip to content

Commit 455c13a

Browse files
committed
Fix ghcr docker image tags
Signed-off-by: Justin Steven <justin@justinsteven.com>
1 parent bb080c4 commit 455c13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ caddy-tailscale includes a Dockerfile for building a Caddy image with the plugin
6666
This can be built manually, or you can use the pre-built image with:
6767

6868
```sh
69-
docker run -it --rm ghcr.io/tailscale/caddy-tailscale
69+
docker run -it --rm ghcr.io/tailscale/caddy-tailscale:main
7070
```
7171

7272
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:
7676
docker run -it --rm \
7777
-e TS_AUTHKEY="tskey-auth-XXX" \
7878
-v ./custom.caddyfile:/etc/caddy/Caddyfile -v ./config:config \
79-
ghcr.io/tailscale/caddy-tailscale
79+
ghcr.io/tailscale/caddy-tailscale:main
8080
```
8181

8282
## Configuration

0 commit comments

Comments
 (0)