We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d084e commit aea8960Copy full SHA for aea8960
README.md
@@ -64,14 +64,14 @@ caddy-tailscale includes a Dockerfile for building a Caddy image with the plugin
64
This can be built manually, or you can use the pre-built image with:
65
66
```sh
67
-docker run -it -rm ghcr.io/tailscale/caddy-tailscale
+docker run -it --rm ghcr.io/tailscale/caddy-tailscale
68
```
69
70
Mount a custom Caddyfile to `/etc/caddy/Caddyfile` and optionally mount a volume
71
to `/config` to persist the default Tailscale state directory:
72
73
74
-docker run -it -rm \
+docker run -it --rm \
75
-e TS_AUTHKEY="tskey-auth-XXX" \
76
-v ./custom.caddyfile:/etc/caddy/Caddyfile -v ./config:config \
77
ghcr.io/tailscale/caddy-tailscale
0 commit comments