Add basic proxy

This commit is contained in:
2026-01-04 06:56:55 -06:00
parent 65d8337742
commit a6ec3b9cc4
11 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
docker compose -f init-compose.yml up -d
docker compose run --rm certbot certonly --webroot \
--webroot-path=/var/www/certbot \
--email your-email@gmail.com \
--agree-tos \
--no-eff-email \
-d domain.com