Tommu10ve opened a new issue, #2769: URL: https://github.com/apache/incubator-hugegraph/issues/2769
### Bug Type (问题类型) None ### Before submit - [x] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have confirmed and searched that there are no similar problems in the historical issue and documents) ### Environment (环境信息) - Server Version: 1.5.0 (Apache Release Version) ### Expected & Actual behavior (期望与实际表现) 执行脚本 ``` version: "3" services: server: image: hugegraph/hugegraph:1.5.0 container_name: cas-server ports: - 8080:8080 environment: # PRELOAD: true hugegraph.backend: cassandra hugegraph.serializer: cassandra hugegraph.cassandra.host: cas-cassandra hugegraph.cassandra.port: 9042 # volumes: # - /data/graph/hugeGraph/example.groovy:/hugegraph/scripts/example.groovy networks: - ca-network depends_on: - cassandra healthcheck: test: ["CMD", "bin/gremlin-console.sh", "--" ,"-e", "scripts/remote-connect.groovy"] interval: 10s timeout: 30s retries: 3 cassandra: image: cassandra:3.11.19 container_name: cas-cassandra ports: - 7000:7000 - 9042:9042 security_opt: - seccomp:unconfined networks: - ca-network healthcheck: test: ["CMD", "cqlsh", "--execute", "describe keyspaces;"] interval: 10s timeout: 30s retries: 5 hubble: image: hugegraph/hubble:1.5.0 container_name: hubble ports: - 8088:8088 gremlin-server: image: tinkerpop/gremlin-server:3.7.3 container_name: gremlin-server ports: - 8182:8182 networks: ca-network: volumes: hugegraph-data: ``` localhost 链接报错    ### Vertex/Edge example (问题点 / 边数据举例) ```javascript ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript ``` -- 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: dev-unsubscr...@hugegraph.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org