jiewang-2023 commented on issue #12514:
URL: https://github.com/apache/skywalking/issues/12514#issuecomment-2275915504

   Use the script in the document to start normally 
https://skywalking.apache.org/docs/main/v10.0.1/en/setup/backend/backend-docker/
   
   Use docker directly The mirror in .env under the directory failed to start 
BANYANDB_IMAGE=ghcr.io/apache/skywalking-banyandb:84f32b3969cdcc676aaee428383b34b3b67dbdf5
   OAP_IMAGE=ghcr.io/apache/skywalking/oap:latest
   UI_IMAGE=ghcr.io/apache/skywalking/ui:latest
   Changed to
   BANYANDB_IMAGE=apache/skywalking-banyandb:0.6.1
   OAP_IMAGE=apache/skywalking-oap-server:10.0.1
   UI_IMAGE=apache/skywalking-ui:10.0.1
   Can start normally,
   Start command: docker-compose --profile banyandb up -d
   Please check again if there is any problem.


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