chenqiang915
chenqiang915
 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`?...
> 那么..安装过程成功完成了吗? The test host was successful, and I am ready to try it in production.