11 lines
300 B
Bash
11 lines
300 B
Bash
|
|
docker compose run --rm certbot certonly --webroot --webroot-path /var/www/certbot/ \
|
|
-d loadingm.xyz \
|
|
-d gitea.loadingm.xyz \
|
|
-d auth.loadingm.xyz \
|
|
-d jellyfin.loadingm.xyz \
|
|
-d jellyseerr.loadingm.xyz \
|
|
-d servarr.loadingm.xyz \
|
|
-d karakeep.loadingm.xyz \
|
|
-d ollama.loadingm.xyz
|