docul commented on issue #2868:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2868#issuecomment-3252084820

   version: '3'
   services:
     server:
       image: hugegraph/hugegraph:latest
       ports: ["8080:8080]
       volumes: ["server-data:/opt/hugegraph/data"]
   
     loader:
       image: hugegraph/loader:latest
       depends_on: ["server"]
       environment:
         - HUGEGRAPH_HOST=server
   
     hubble:
       image: hugegraph/hubble:latest
       ports: ["8088:8088"]
       depends_on: ["server"]
   
   volumes:
     server-data:
   
   以上是docker的配置文件,这个问题是hubble的配置问题,还是说应用本身有问题?
   


-- 
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: issues-unsubscr...@hugegraph.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to