bitflicker64 commented on code in PR #2952:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2952#discussion_r2842880727


##########
docker/docker-compose.yml:
##########
@@ -15,44 +15,98 @@
 # limitations under the License.
 #
 
-version: "3"
+name: hugegraph-single
+
+networks:
+  hg-net:
+    driver: bridge
+

Review Comment:
   I’ve changed the compose setup so it’s pull-only and no longer builds 
locally. Right now, I’m bind-mounting the updated entrypoint scripts because 
the current published images don’t include these changes.
   Once this PR is done and new images are available, I can remove the mounts. 
I’ll follow up with a small cleanup PR to switch completely to the official 
images.



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