A repository to test different Caddy Configurations and extra Modules
Copy the environment template to your own
cp .env.template .env && nano .env
Add your own Domain to the server your are running Caddy on in the .env
MY_URL=https://yourdomain.com
Start the server with docker-compose
docker-compose up -d
Go to https://yourdomain.com