chenqiang915

Results 7 comments of chenqiang915

![WX20240510-133044@2x](https://github.com/getsentry/sentry/assets/67944136/23fe21c3-bd32-4068-9c6e-537f128406c1) I according to the https://develop.sentry.dev/self-hosted/ provides the method of operation, carry out docker - compose up - d report to pull the mirror

> 您好,请教几个问题: > > 1. 你按顺序做了`sudo ./install.sh`吗`sudo docker compose up -d`?还是你刚刚做了`docker compose up -d`? > 2. 假设您来自中国,您是否碰巧通过某种代理访问 Docker Hub?如果是,您可以预先拉取每个 Docker 映像,并在拉取所有内容后取消代理吗?应该: > ```shell > images=( > "getsentry/sentry:24.4.2" > "getsentry/snuba:24.4.2" >...

> 您好,请教几个问题: > > 1. 你按顺序做了`sudo ./install.sh`吗`sudo docker compose up -d`?还是你刚刚做了`docker compose up -d`? > 2. 假设您来自中国,您是否碰巧通过某种代理访问 Docker Hub?如果是,您可以预先拉取每个 Docker 映像,并在拉取所有内容后取消代理吗?应该: > ```shell > images=( > "getsentry/sentry:24.4.2" > "getsentry/snuba:24.4.2" >...

> > Similar to this configuration BASE_IMAGE not recognized, default to pull the vroom-cleanup-self-hosted-local, but in fact docker.hub does not have this mirroring, so directly report pull access denied for...

> Hello, a few questions: > > 1. Did you do `sudo ./install.sh` and `sudo docker compose up -d` in order? Or did you just do `docker compose up -d`?...