jieguolove commented on issue #735:
URL:
https://github.com/apache/hugegraph-toolchain/issues/735#issuecomment-4829988882
@dosu 还是不行哦,您用我的配置试试看?
```
(base) [root@lnpg hugegraph]# docker compose down
(base) [root@lnpg hugegraph]# docker compose up -d
[+] Running 3/3
✔ Network hugegraph_default Created
0.0s
✔ Container hugegraph Started
0.7s
✔ Container hubble Started
0.6s
(base) [root@lnpg hugegraph]# cat docker-compose.yml
services:
server:
image: hugegraph/hugegraph:1.5.0
container_name: hugegraph
security_opt:
- seccomp=unconfined
mem_limit: 8g
environment:
# - PRELOAD=true
- JAVA_OPTS=-Xms2048m -Xmx2048m -XX:+UseG1GC
ports:
- "8080:8080"
volumes:
- /db/hugegraph/rocksdb-data:/hugegraph-server/rocksdb-data
- /db/hugegraph/logs:/hugegraph-server/logs
- /db/hugegraph/conf:/hugegraph-server/conf
- /db/hugegraph/docker:/hugegraph-server/docker
hubble:
image: hugegraph/hubble:1.5.0
container_name: hubble
depends_on:
- server
ports:
- "8088:8088"
environment:
- HUGE_GRAPH_HOST=server
- HUGE_GRAPH_PORT=8080
(base) [root@lnpg hugegraph]# ll /db/hugegraph/conf
total 36
-rw-r--r-- 1 root root 1291 Jun 29 15:20 computer.yaml
drwxr-xr-x 2 root root 80 Jun 29 13:05 graphs
-rw-r--r-- 1 root root 1030 Dec 11 2024 gremlin-driver-settings.yaml
-rw-r--r-- 1 root root 5606 Dec 11 2024 gremlin-server.yaml
-rw-r--r-- 1 root root 7055 Dec 11 2024 log4j2.xml
-rw-r--r-- 1 root root 1248 Dec 11 2024 remote-objects.yaml
-rw-r--r-- 1 root root 1030 Dec 11 2024 remote.yaml
-rw-r--r-- 1 root root 1770 Dec 11 2024 rest-server.properties
(base) [root@lnpg hugegraph]# ll /db/hugegraph/docker
total 0
-rw-r--r-- 1 root root 0 Jun 29 15:22 init_complete
```
<img width="673" height="636" alt="Image"
src="https://github.com/user-attachments/assets/e5cb3752-d284-4af7-84c7-945e2c4483fd"
/>
--
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]