Certbot Setup
# Replace your.domain and email with real values
docker compose run --rm --profile certbot certbot certonly \
--webroot -w /var/www/certbot \
-d your.domain \
--email you@example.com \
--agree-tos --no-eff-emailLast updated
# Replace your.domain and email with real values
docker compose run --rm --profile certbot certbot certonly \
--webroot -w /var/www/certbot \
-d your.domain \
--email you@example.com \
--agree-tos --no-eff-emailLast updated