-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
希望能直接从dockerhub直接拉镜像运行 #25
Comments
已经增加了GitHub Action来编译并推送Docker镜像,可在 |
讲真,想弄,但是没接触过,能不能出一个详细的教程。 |
部署失败了,可否出一个教程? |
大神来一个教程 |
有人pull image成功的么?我pull其它的image没问题,但是pull这个就会提示“tls: failed to verify certificate: x509: certificate is valid”。 |
可以这样配置,新建文件 docker-compose.yaml ,写入以下内容: services:
warp-clash:
container_name: warp-clash
image: vvbbnn00/warp-clash-api
ports:
- "21001:3000"
environment:
SECRET_KEY: 123456
volumes:
- ./logs:/app/logs 然后执行 |
3000端口可以自己更换,secret_key不需要直接删除-e后面 |
下载镜像后 直接跑下面命令
|
下载镜像后 直接跑下面命令 |
有些机器在本地构建镜像不太方便,比如白群😂
The text was updated successfully, but these errors were encountered: