From 0809d9e4de45f81a4270f8e162911c608efe85c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ludwig?= Date: Wed, 28 Aug 2024 22:39:24 +0200 Subject: [PATCH] Update caddy/content.md to be potentially less confusing Co-authored-by: Francis Lavoie --- caddy/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/content.md b/caddy/content.md index 53563e679..e3208c7ad 100644 --- a/caddy/content.md +++ b/caddy/content.md @@ -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 \