Use latest ubuntu in letsencrypt exaxmple

This commit is contained in:
Ayaz Salikhov
2024-12-29 22:20:28 +05:00
parent 336a158857
commit 7efbc39b9f

View File

@@ -43,6 +43,6 @@ docker run -it --rm \
# directory so that the FQDN doesn't have to be known later.
docker run -it --rm \
-v "${SECRETS_VOLUME}":/etc/letsencrypt \
ubuntu:22.04 \
ubuntu \
bash -c "ln -s /etc/letsencrypt/live/${FQDN}/* /etc/letsencrypt/ && \
find /etc/letsencrypt -type d -exec chmod 755 {} +"