imbajin commented on code in PR #2529:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2529#discussion_r1574077229


##########
hugegraph-server/hugegraph-dist/docker/README.md:
##########
@@ -50,7 +50,7 @@ If you want to customize the preloaded data, please mount the 
groovy scripts (no
         environment:
           - PRELOAD=true
         volumes:
-          - /path/to/yourscript:/hugegraph/scripts/example.groovy
+          - 
/absolute/path/to/your/script:/hugegraph-server/scripts/example.groovy

Review Comment:
   same



##########
hugegraph-server/hugegraph-dist/docker/README.md:
##########
@@ -35,7 +35,7 @@ If you want to customize the preloaded data, please mount the 
groovy scripts (no
 
 1. Using docker run
 
-    Use `docker run -itd --name=graph -p 8080:8080 -e PRELOAD=true -v 
/path/to/yourScript:/hugegraph/scripts/example.groovy hugegraph/hugegraph`
+    Use `docker run -itd --name=graph -p 8080:8080 -e PRELOAD=true -v 
/absolute/path/to/your/script:/hugegraph-server/scripts/example.groovy 
hugegraph/hugegraph`

Review Comment:
   seems a little redundant/long for `absolute` & `your/script`? (better keep 
the path simple to read)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to