Run certbot as root to allow fix http validation

Fixes regression from https://github.com/linuxserver/docker-swag/pull/399

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik
2023-11-23 07:50:53 -06:00
parent 2f4162578f
commit e3560414dc
3 changed files with 6 additions and 5 deletions

2
root/etc/crontabs/root Normal file
View File

@@ -0,0 +1,2 @@
# min hour day month weekday command
8 2 * * * /app/le-renew.sh >> /config/log/letsencrypt/letsencrypt.log 2>&1