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 d2320ce commit ede3fbbCopy full SHA for ede3fbb
1 file changed
docker-compose.yml
@@ -1,12 +1,12 @@
1
version: '3'
2
services:
3
- redis:
+ redis4proxypool:
4
image: redis:alpine
5
- container_name: redis
+ container_name: redis4proxypool
6
command: redis-server
7
ports:
8
- "6379:6379"
9
- restart: always
+# restart: always
10
proxypool:
11
build: .
12
image: 'germey/proxypool'
@@ -17,4 +17,4 @@ services:
17
volumes:
18
- /tmp/proxypool/crawlers/private:/app/proxypool/crawlers/private
19
environment:
20
- REDIS_HOST: redis
+ REDIS_HOST: redis4proxypool
0 commit comments