diff --git a/docs/networking/proxies/caddy.md b/docs/networking/proxies/caddy.md index 73af929e9d1..672aa93c259 100644 --- a/docs/networking/proxies/caddy.md +++ b/docs/networking/proxies/caddy.md @@ -13,6 +13,10 @@ caddy:start # Starts the caddy server caddy:stop # Stops the caddy server ``` +## Requirements + +Using the `caddy` plugin integration requires the `docker-compose-plugin` for Docker. See [this document](https://docs.docker.com/compose/install/compose-plugin/) from the Docker documentation for more information on the installation process for the `docker-compose-plugin`. + ## Usage > Warning: As using multiple proxy plugins on a single Dokku installation can lead to issues routing requests to apps, doing so should be avoided. As the default proxy implementation is nginx, users are encouraged to stop the nginx service before switching to Caddy.