Make certbot silent

This commit is contained in:
Vivek Santayana 2022-06-22 15:05:56 +01:00
parent 519394a656
commit 8bfe028e2c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ esac
if [ $staging != "0" ]; then staging_arg="--staging"; fi
docker compose run --rm --entrypoint "\
certbot certonly --webroot -w /var/www/html \
certbot certonly --non-interactive --webroot -w /var/www/html \
$staging_arg \
$email_arg \
$domain_args \