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:39:24 +02:00 committed by GitHub
parent 5dd7111a4a
commit 0809d9e4de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $ curl http://localhost/
hello world
```
To override the default [`Caddyfile`](https://github.com/caddyserver/dist/blob/master/config/Caddyfile), you can create one in the subfolder `caddyfile` at `$PWD/caddyfile/Caddyfile` and mount this folder at `/etc/caddy`:
To override the default [`Caddyfile`](https://github.com/caddyserver/dist/blob/master/config/Caddyfile), you can create one in the subfolder `conf` at `$PWD/conf/Caddyfile` and mount this folder at `/etc/caddy`:
```console
$ docker run -d -p 80:80 \