SpiderClub/haipproxy

Can't open /haipproxy/run.sh

T-baby opened this issue · 0 comments

我的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