We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede3fbb commit 08054f7Copy full SHA for 08054f7
1 file changed
docker-compose.yml
@@ -6,15 +6,15 @@ services:
6
command: redis-server
7
ports:
8
- "6379:6379"
9
-# restart: always
+ # restart: always
10
proxypool:
11
build: .
12
image: 'germey/proxypool'
13
container_name: proxypool
14
15
- "5555:5555"
16
restart: always
17
- volumes:
18
- - /tmp/proxypool/crawlers/private:/app/proxypool/crawlers/private
+ # volumes:
+ # - proxypool/crawlers/private:/app/proxypool/crawlers/private
19
environment:
20
REDIS_HOST: redis4proxypool
0 commit comments