From 7b279d702cdba39ab98512b99f1c2d0180d99c14 Mon Sep 17 00:00:00 2001 From: Amirhosein Azhdarnezhad Date: Sun, 18 Aug 2024 12:13:12 +0330 Subject: [PATCH] Add a missing word (#413) --- src/docs/markdown/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/build.md b/src/docs/markdown/build.md index 5bd222f..04d1072 100644 --- a/src/docs/markdown/build.md +++ b/src/docs/markdown/build.md @@ -102,7 +102,7 @@ Make sure to replace `` with the latest version of Caddy to start. Note the second `FROM` instruction — this produces a much smaller image by simply overlaying the newly-built binary on top of the regular `caddy` image. -The builder uses `xcaddy` to Caddy with the provided modules, similar to the process [outlined above](#xcaddy). +The builder uses `xcaddy` to build Caddy with the provided modules, similar to the process [outlined above](#xcaddy). To use Docker Compose, see our recommended [`compose.yml`](/docs/running#docker-compose) and usage instructions.