-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬,docker-compose安装失败还有乌云镜像没有图片的 #5
Comments
+1 |
乌云的搜索功能,无法搜索到用户,但是这个页面是可用的。domain/whitehat_detail.php?whitehat=name |
乌云镜像没有图片,需要参考https://github.com/V7hinc/wooyun_final 做目录挂载。 |
ERROR: Service '0sec' failed to build: COPY failed: file not found in build context or excluded by .dockerignore: stat docs: file does not exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我按照你那个指引启动docker-compose会报错,提示node的版本过低,最后我更改了Dockerfile里面的配置才行
From node:16-alpine
RUN npm install npm -g --registry=https://registry.npm.taobao.org
RUN npm i docsify-cli -g
node改成16,cnpm改成npm,我用的 debian进行安装的,还有这个安装的描述应该增加apt install docker docker-compose 不是有些人看不懂
还有我内存2g,cpu2核打开0sec 网页会提示内存报错
The text was updated successfully, but these errors were encountered: