Skip to content

Commit

Permalink
Switch to official acme docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristensen committed Sep 4, 2020
1 parent a48ee5f commit 3edcdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions udm-le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
. /mnt/data/udm-le/udm-le.env

# Setup variables for later
DOCKER_VOLUMES="-v ${UDM_LE_PATH}/lego/:/var/lib/lego/"
DOCKER_VOLUMES="-v ${UDM_LE_PATH}/lego/:/.lego/"
LEGO_ARGS="--dns ${DNS_PROVIDER} --email ${CERT_EMAIL} --key-type rsa2048"
NEW_CERT=""

Expand Down Expand Up @@ -64,7 +64,7 @@ if [ ! -f "${CRON_FILE}" ]; then
/etc/init.d/crond reload ${CRON_FILE}
fi

PODMAN_CMD="podman run --env-file=${UDM_LE_PATH}/udm-le.env -it --name=lego --network=host --rm ${DOCKER_VOLUMES} hectormolinero/lego"
PODMAN_CMD="podman run --env-file=${UDM_LE_PATH}/udm-le.env -it --name=lego --network=host --rm ${DOCKER_VOLUMES} goacme/lego:v4.0.1-arm.v8"

case $1 in
initial)
Expand Down

0 comments on commit 3edcdcb

Please sign in to comment.