Skip to content
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

Can't open /haipproxy/run.sh #101

Open
T-baby opened this issue Jul 13, 2019 · 0 comments
Open

Can't open /haipproxy/run.sh #101

T-baby opened this issue Jul 13, 2019 · 0 comments

Comments

@T-baby
Copy link

T-baby commented Jul 13, 2019

我的docker compose大概长下面这样:

version: "2.0"
services:
redis:
image: redis
ports:
- "6379:6379"
command: >
--requirepass xxxx
splash:
image: scrapinghub/splash
ports:
- "8050:8050"
haipproxy:
image: xxx/haipproxy
command: sh /haipproxy/run.sh
volumes:
- .:/haipproxy
ports:
- "3128:3128"
links:
- redis
- splash

但是运行时报错 Can't open /haipproxy/run.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant