You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/05/02 12:38:22 UTC

[GitHub] [incubator-iotdb] jixuan1989 commented on a change in pull request #1148: Feature/docker for iotdb grafana

jixuan1989 commented on a change in pull request #1148:
URL: https://github.com/apache/incubator-iotdb/pull/1148#discussion_r418953963



##########
File path: grafana/Dockerfile
##########
@@ -0,0 +1,12 @@
+FROM openjdk:11-jre-slim
+LABEL maintainer="j.feinauer@pragmaticminds.de"
+RUN mkdir /iotdb
+
+ADD target/iotdb-grafana-*.war /iotdb/iotdb-grafana.war
+ADD src/main/resources/application.properties /iotdb/
+
+EXPOSE 8888
+EXPOSE 4000

Review comment:
       4000 port is for?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org