Update caddy/content.md to be potentially less confusing

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
Björn Ludwig 2024-08-28 22:41:39 +02:00 committed by GitHub
parent 0809d9e4de
commit d860ee4888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ To override the default [`Caddyfile`](https://github.com/caddyserver/dist/blob/m
```console
$ docker run -d -p 80:80 \
-v $PWD/caddyfile:/etc/caddy \
-v $PWD/conf:/etc/caddy \
-v caddy_data:/data \
%%IMAGE%%
```