modified: certbot/Dockerfile
new file: certbot/scripts/crontab.txt modified: certbot/scripts/init-certbot.sh Add crontab task file, add into build cront install command
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
FROM certbot/certbot
|
||||
|
||||
# Обновляем репозитории и устанавливаем cron
|
||||
RUN apt-get update && \
|
||||
apt-get install -y cron
|
||||
|
||||
# Создаем директории для конфигов
|
||||
RUN mkdir -p /etc/letsencrypt/config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user