Skip to content
This repository was archived by the owner on Oct 21, 2018. It is now read-only.

Commit 9a05fb4

Browse files
committed
Removing containers after run in cert_get.sh and cert_renew.sh
1 parent 9f7795a commit 9a05fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cert_get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker-compose run certbot certonly --webroot -w /html -m <email_address> --agree-tos --no-eff-email -d <domain>
1+
docker-compose run --rm certbot certonly --webroot -w /html -m <email_address> --agree-tos --no-eff-email -d <domain>

cert_renew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker-compose run certbot renew
1+
docker-compose run --renew certbot renew

0 commit comments

Comments
 (0)