Skip to content

Commit aea8960

Browse files
ksharizardwillnorris
authored andcommitted
doc(README): fix docker build arguements
Signed-off-by: ksharizard <code@kshdev.slmail.me>
1 parent 01d084e commit aea8960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

6666
```sh
67-
docker run -it -rm ghcr.io/tailscale/caddy-tailscale
67+
docker run -it --rm ghcr.io/tailscale/caddy-tailscale
6868
```
6969

7070
Mount a custom Caddyfile to `/etc/caddy/Caddyfile` and optionally mount a volume
7171
to `/config` to persist the default Tailscale state directory:
7272

7373
```sh
74-
docker run -it -rm \
74+
docker run -it --rm \
7575
-e TS_AUTHKEY="tskey-auth-XXX" \
7676
-v ./custom.caddyfile:/etc/caddy/Caddyfile -v ./config:config \
7777
ghcr.io/tailscale/caddy-tailscale

0 commit comments

Comments
 (0)