Skip to content

Commit

Permalink
Add back binding to 0.0.0.0 for the docker images (#2036)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@dev-dsk-zhujiaxi-2a-c8d595b4.us-west-2.amazon.com>

Co-authored-by: Peter Zhu <zhujiaxi@dev-dsk-zhujiaxi-2a-c8d595b4.us-west-2.amazon.com>
  • Loading branch information
peterzhuamazon and Peter Zhu authored Apr 26, 2022
1 parent 68175b8 commit ff32ce7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ COPY * $TEMP_DIR/
RUN tar -xzpf $TEMP_DIR/opensearch-dashboards-`uname -p`.tgz -C $OPENSEARCH_DASHBOARDS_HOME --strip-components=1 && \
cp -v $TEMP_DIR/opensearch-dashboards-docker-entrypoint.sh $OPENSEARCH_DASHBOARDS_HOME/ && \
cp -v $TEMP_DIR/opensearch_dashboards.yml $TEMP_DIR/opensearch.example.org.* $OPENSEARCH_DASHBOARDS_HOME/config/ && \
echo "server.host: '0.0.0.0'" >> $OPENSEARCH_DASHBOARDS_HOME/config/opensearch_dashboards.yml && \
ls -l $OPENSEARCH_DASHBOARDS_HOME && \
rm -rf $TEMP_DIR

Expand Down

0 comments on commit ff32ce7

Please sign in to comment.