Closed as not planned
Description
Hello,
I followed this part of the documentation on a fresh install : Using Custom TLS Certificates.
This error is displayed in the php container's logs :
Error: adapting config using caddyfile: server listening on [:80] is HTTP, but attempts to configure TLS connection policies
I even tried to start up by prefixing the command :
SERVER_NAME=server-name.localhost \
docker compose up --pull always -d --wait
or
SERVER_NAME=server-name.localhost:443 \
docker compose up --pull always -d --wait
Thanks in advance for your help!