diff --git a/templates/env.j2 b/templates/env.j2 index ef1c0a4..7fd4f80 100644 --- a/templates/env.j2 +++ b/templates/env.j2 @@ -1,4 +1,4 @@ -{% if nextcloud_redis_hostname != '' %} +{% if nextcloud_redis_hostname %} REDIS_HOST={{ nextcloud_redis_hostname }} REDIS_HOST_PORT={{ nextcloud_redis_port }} {% endif %}