Add a missing word (#413)

This commit is contained in:
Amirhosein Azhdarnezhad 2024-08-18 12:13:12 +03:30 committed by GitHub
parent 441f11e1c3
commit 7b279d702c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ Make sure to replace `<version>` 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.