LETSENCRYPT_SERVERNAME was added
This commit is contained in:
@@ -255,7 +255,7 @@ for i in $(echo $PROXY_TYPE); do
|
||||
echo "No email address given, Let's Encrypt will not work properly."
|
||||
else
|
||||
TMP_FILE=$(mktemp -p /tmp/)
|
||||
LETS_CONTENT=$(echo '"letsencrypt": {"EMAIL": "'$LETSENCRYPT_MAIL'","DOCKER_REGISTRY_URL": "'$DOCKER_REGISTRY_URL'"'});
|
||||
LETS_CONTENT=$(echo '"letsencrypt": {"EMAIL": "'$LETSENCRYPT_MAIL'","SERVERNAME": "'$LETSENCRYPT_SERVERNAME'","DOCKER_REGISTRY_URL": "'$DOCKER_REGISTRY_URL'"'});
|
||||
|
||||
if [[ -f $USER_CONFIG_PATH ]]; then
|
||||
TARGET=$(cat $USER_CONFIG_PATH | head -n-2);
|
||||
|
Reference in New Issue
Block a user