hanahmily commented on issue #12219:
URL: https://github.com/apache/skywalking/issues/12219#issuecomment-2109557468

   ```
     banyandb:
       profiles:
         - "banyandb"
       image: ${BANYANDB_IMAGE:-apache/skywalking-banyandb:latest}
       container_name: banyandb
       restart: always
       networks:
         - skywalking
       expose:
         - 17912
       ports:
         - 17913:17913
       volumes:
         - <you host path>:/tmp
   ```
   
   @Almot77 could you mount your host path to the banyandb's `/tmp`. then 
archive the whole path then upload here?
   The path should be like 
   
   
![image](https://github.com/apache/skywalking/assets/1960537/31abcb22-19c1-44c3-b808-043888b90d56)
   


-- 
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: notifications-unsubscr...@skywalking.apache.org

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

Reply via email to