use the alternative port for cerbot renew certs
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
docker compose down nginx
|
||||
certbot certonly --standalone --noninteractive --agree-tos --email ${EMAIL} -d ${DOMAINS} --keep-until-expiring
|
||||
docker compose up -d nginx
|
||||
|
||||
Reference in New Issue
Block a user