We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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大概长下面这样:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我的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
The text was updated successfully, but these errors were encountered: