|
@@ -6,7 +6,7 @@ services:
|
|
|
command: redis-server
|
|
|
ports:
|
|
|
- "6379:6379"
|
|
|
-# restart: always
|
|
|
+ # restart: always
|
|
|
proxypool:
|
|
|
build: .
|
|
|
image: 'germey/proxypool'
|
|
@@ -14,7 +14,7 @@ services:
|
|
|
ports:
|
|
|
- "5555:5555"
|
|
|
restart: always
|
|
|
- volumes:
|
|
|
- - /tmp/proxypool/crawlers/private:/app/proxypool/crawlers/private
|
|
|
+ # volumes:
|
|
|
+ # - proxypool/crawlers/private:/app/proxypool/crawlers/private
|
|
|
environment:
|
|
|
REDIS_HOST: redis4proxypool
|