diff --git a/entrypoint/nginx-temp.sh b/entrypoint/nginx-temp.sh index eb86e94..694a1d9 100644 --- a/entrypoint/nginx-temp.sh +++ b/entrypoint/nginx-temp.sh @@ -4,7 +4,7 @@ . /opt/entrypoint/utils.sh # start nginx with temp conf for let's encrypt challenges and API -if [ "$(has_value AUTO_LETS_ENCRYPT yes)" != "" ] || [ "$SWARM_MODE" = "yes" ] ; then +if [ "$(has_value AUTO_LETS_ENCRYPT yes)" != "" ] || [ "$SWARM_MODE" = "yes" ] || [ "$AUTO_LETS_ENCRYPT" = "yes" ] ; then cp /opt/confs/global/nginx-temp.conf /tmp/nginx-temp.conf cp /opt/confs/global/api-temp.conf /tmp/api.conf if [ "$SWARM_MODE" = "yes" ] ; then