We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c715ff0 commit d95deedCopy full SHA for d95deed
hugegraph-pd/Dockerfile
@@ -52,7 +52,7 @@ COPY hugegraph-pd/hg-pd-dist/docker/docker-entrypoint.sh .
52
RUN chmod 755 ./docker-entrypoint.sh
53
54
EXPOSE 8620
55
-VOLUME /hugegraph-server
+VOLUME /hugegraph-pd
56
57
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
58
CMD ["./docker-entrypoint.sh"]
hugegraph-store/Dockerfile
@@ -51,8 +51,8 @@ RUN set -x \
51
COPY hugegraph-store/hg-store-dist/docker/docker-entrypoint.sh .
-EXPOSE 8620
+EXPOSE 8520
+VOLUME /hugegraph-store
0 commit comments