You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Service 'web' failed to build: oci runtime error: container_linux.go:247: starting container process caused "exec: "/bin/sh": stat /bin/sh: no such file or directory"
The text was updated successfully, but these errors were encountered:
然后创建本地数据存储目录和sentry配置文件目录
mkdir -p data/{sentry,postgres}
生成私密的key,并添加到docker-compose.yml中的SENTRY_SECRET_KEY
docker-compose run --rm web config generate-secret-key
创建一个超级账户
docker-compose run --rm web upgrade
启动所有服务
docker-compose up -d
本地访问localhost:9000,即可使用
Access your instance at localhost:9000!
6.如果需要修改docker-compose.yml配置文件
如果修改docker-compose.yml 配置文件,则需要先停掉各个容器。
命令是docker-compose stop
修改完之后,再重新挂起
docker-compose up -d
No such file or directory for /var/lib/docker/overlay2 docker/for-mac#1396
The text was updated successfully, but these errors were encountered: