Skip to content

Commit

Permalink
Remove useless setting for IT (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuwenwei authored May 22, 2024
1 parent 1fcceb5 commit 575ffe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/Dockerfile.iotdb-server
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ RUN apt update \
ADD target /usr/local
ADD test/e2e/start-1c1d.sh /
WORKDIR /usr/local/iotdb
RUN sed -i 's/dn_rpc_address=127.0.0.1/dn_rpc_address=0.0.0.0/g' conf/iotdb-datanode.properties \
&& sed -i 's/dn_internal_address=127.0.0.1/dn_internal_address=0.0.0.0/g' conf/iotdb-datanode.properties \
&& sed -i 's/cn_internal_address=127.0.0.1/cn_internal_address=0.0.0.0/g' conf/iotdb-confignode.properties
EXPOSE 6667
CMD ["/start-1c1d.sh"]

0 comments on commit 575ffe0

Please sign in to comment.