diff --git a/docs/en/developer-guide/fe-idea-dev.md b/docs/en/developer-guide/fe-idea-dev.md index 6ad1fd03f9..4146046a4b 100644 --- a/docs/en/developer-guide/fe-idea-dev.md +++ b/docs/en/developer-guide/fe-idea-dev.md @@ -93,7 +93,7 @@ is generate codes in Linux and copy them back. Using Docker should also be an op ## 3. Custom FE configuration -Copy below content into `conf/fe.conf` and tune it to fit your environment. +Copy below content into `conf/fe.conf` and tune it to fit your environment(Note: If developed using`Mac`, since`docker for Mac`does not support`Host`mode,`be`needs to be exposed using`-p` and `fe.conf` `priority_networks` configured to be accessible within the container, such as WIFI Ip). ``` # Licensed to the Apache Software Foundation (ASF) under one diff --git a/docs/zh-CN/developer-guide/fe-idea-dev.md b/docs/zh-CN/developer-guide/fe-idea-dev.md index a7e6338dd2..aefd661971 100644 --- a/docs/zh-CN/developer-guide/fe-idea-dev.md +++ b/docs/zh-CN/developer-guide/fe-idea-dev.md @@ -85,7 +85,7 @@ JDK1.8+, IntelliJ IDEA ## 3.配置conf/fe.conf -下面是我自己的配置,你可以根据自己的需要进行修改 +下面是我自己的配置,你可以根据自己的需要进行修改(注意:如果使用`Mac`开发,由于`docker for Mac`不支持`Host`模式,需要使用`-p`方式暴露`be`端口,同时`fe.conf`的`priority_networks`配置为容器内可访问的Ip,例如WIFI的Ip) ``` # Licensed to the Apache Software Foundation (ASF) under one