13 lines
357 B
Bash
13 lines
357 B
Bash
|
|
docker compose run --rm certbot certonly -v --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 \
|
|
-d memos.loadingm.xyz \
|
|
-d gpodder.loadingm.xyz
|