On https://hub.docker.com/_/caddy it is stated: "While it's not necessary to persist the files stored in the configuration directory, it can be convenient."
However https://caddyserver.com/docs/conventions#configuration-directory (which is linked on the docker page) states: "It is crucial that this directory is persistent and writeable by Caddy."
Those two sentences seem to contradict each other. If this is intended, consider adding a disclaimer that this is only true for the docker version to avoid confusion.