use the alternative port for cerbot renew certs

This commit is contained in:
2025-05-27 16:02:10 +03:00
parent b23aebab4c
commit 3b60cd6317
2 changed files with 5 additions and 6 deletions
+5
View File
@@ -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