3 lines
189 B
Bash
3 lines
189 B
Bash
#!/bin/bash
|
|
docker compose up -d nginx
|
|
docker compose run --rm certbot certonly --webroot -w /var/www/certbot -d llm.byte-mate.xyz --email dr.holyblack@gmail.com --agree-tos --no-eff-email |