jieguolove commented on issue #3073:
URL: https://github.com/apache/hugegraph/issues/3073#issuecomment-4828867397

   <img width="1472" height="337" alt="Image" 
src="https://github.com/user-attachments/assets/f4e0439b-bc34-480e-aee7-5474f2d1dba1";
 />
   重启docker-compose后数据丢失,无法持久化?
   (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
   
     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
   
   已经做了映射,而且目录看也有数据,为何不正常?
   
   <img width="691" height="509" alt="Image" 
src="https://github.com/user-attachments/assets/23f20c41-8a60-418b-a8e1-229481600fdc";
 />
   <img width="1291" height="636" alt="Image" 
src="https://github.com/user-attachments/assets/2b3f7fff-5115-4cf6-ae43-915fca4b1a92";
 />
   


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